#97A008

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

Shades of Citrus #97A008

Tints of Citrus #97A008

Color information

#97A008 (or 0x97A008) is unknown color: approx Citrus. HEX triplet: 97, A0 and 08. RGB value is (151,160,8). Sum of RGB (Red+Green+Blue) = 151+160+8=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #97A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A008 is #685FF7. Grayscale: #8C8C8C. Windows color (decimal): -6840312 or 565399. OLE color: 565399.

HSL color Cylindrical-coordinate representation of color #97A008: hue angle of 63.55º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97A008 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB1511608-
CMYK0.0600.950.37
HSL63.55º90.48%32.94%-
HSV(B)63.55º95%62.75%-
XYZ25.3831.745.02-
YUV139.9853.52135.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.34%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=47.34%
G=50.16%
B=2.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15116080.0600.950.3763.5590.4832.94
Hex97A08605F25405a21
Octal22724010601374510013241
Binary100101111010000010001100101111110010110000001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,8); }

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

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

 a { background-color: rgb(151,160,8); }

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

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

 span { border-color: rgb(151,160,8); }

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