#97B512

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

Shades of Citrus #97B512

Tints of Citrus #97B512

Color information

#97B512 (or 0x97B512) is unknown color: approx Citrus. HEX triplet: 97, B5 and 12. RGB value is (151,181,18). Sum of RGB (Red+Green+Blue) = 151+181+18=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #97B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B512 is #684AED. Grayscale: #9A9A9A. Windows color (decimal): -6834926 or 1226135. OLE color: 1226135.

HSL color Cylindrical-coordinate representation of color #97B512: hue angle of 71.04º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97B512 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB15118118-
CMYK0.1700.900.29
HSL71.04º81.91%39.02%-
HSV(B)71.04º90.06%70.98%-
XYZ29.439.676.68-
YUV153.4551.56126.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 181 (71.09% from 255) = 51.71%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=43.14%
G=51.71%
B=5.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151181180.1700.900.2971.0481.9139.02
Hex97B5121105A1D475227
Octal227265222101323510712247
Binary10010111101101011001010001010110101110110001111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,181,18); }

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

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

 a { background-color: rgb(151,181,18); }

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

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

 span { border-color: rgb(151,181,18); }

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