#97AC06

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

Shades of Citrus #97AC06

Tints of Citrus #97AC06

Color information

#97AC06 (or 0x97AC06) is unknown color: approx Citrus. HEX triplet: 97, AC and 06. RGB value is (151,172,6). Sum of RGB (Red+Green+Blue) = 151+172+6=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AC06 is #6853F9. Grayscale: #939393. Windows color (decimal): -6837242 or 437399. OLE color: 437399.

HSL color Cylindrical-coordinate representation of color #97AC06: hue angle of 67.59º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97AC06 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB1511726-
CMYK0.1200.970.33
HSL67.59º93.26%34.9%-
HSV(B)67.59º96.51%67.45%-
XYZ27.5536.15.69-
YUV146.848.54131-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=45.90%
G=52.28%
B=1.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15117260.1200.970.3367.5993.2634.9
Hex97AC6C06121445d23
Octal22725461401414110413543
Binary100101111010110011011000110000110000110001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,6); }

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

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

 a { background-color: rgb(151,172,6); }

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

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

 span { border-color: rgb(151,172,6); }

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