#97b026

Color #97B026 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #97B026

Tints of Limerick #97B026

Color information

#97B026 (or 0x97B026) is unknown color: approx Limerick. HEX triplet: 97, B0 and 26. RGB value is (151,176,38). Sum of RGB (Red+Green+Blue) = 151+176+38=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #97B026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97B026 is #684FD9. Grayscale: #999999. Windows color (decimal): -6836186 or 2535575. OLE color: 2535575.

HSL color Cylindrical-coordinate representation of color #97B026: hue angle of 70.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #97B026 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB15117638-
CMYK0.1400.780.31
HSL70.87º64.49%41.96%-
HSV(B)70.87º78.41%69.02%-
XYZ28.6437.777.61-
YUV152.7963.22126.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 41.37%
GREEN value IS 176 (69.14% from 255) = 48.22%
BLUE value IS 38 (15.23% from 255) = 10.41%
R=41.37%
G=48.22%
B=10.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151176380.1400.780.3170.8764.4941.96
Hex97B026E04E1F47402a
Octal227260461601163710710052
Binary10010111101100001001101110010011101111110001111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97b026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97b026; }

 p { color: rgb(151,176,38); }

 H1.HeaderClassName
 {
   color: #97b026;
 }
 .AnyTagClassName
 {
   color: #97b026;
 }
</style>
background-color css

<style>
 a { background-color: #97b026; }

 a { background-color: rgb(151,176,38); }

 div.DivClassName
 {
   background-color: #97b026;
 }
 .BgClassName
 {
   background-color: #97b026;
 }
</style>
border-color css

<style>
 span { border-color: #97b026; }

 span { border-color: rgb(151,176,38); }

 td.TdClassName
 {
   border-color: #97b026;
 }
 .TagClassName
 {
   border-color: #97b026;
 }
</style>