#97A60C

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

Shades of Citrus #97A60C

Tints of Citrus #97A60C

Color information

#97A60C (or 0x97A60C) is unknown color: approx Citrus. HEX triplet: 97, A6 and 0C. RGB value is (151,166,12). Sum of RGB (Red+Green+Blue) = 151+166+12=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #97A60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A60C is #6859F3. Grayscale: #909090. Windows color (decimal): -6838772 or 829079. OLE color: 829079.

HSL color Cylindrical-coordinate representation of color #97A60C: hue angle of 65.84º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97A60C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB15116612-
CMYK0.0900.930.35
HSL65.84º86.52%34.9%-
HSV(B)65.84º92.77%65.1%-
XYZ26.4733.885.49-
YUV143.9653.53133.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 166 (65.23% from 255) = 50.46%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=45.90%
G=50.46%
B=3.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151166120.0900.930.3565.8486.5234.9
Hex97A6C905D23425723
Octal227246141101354310212743
Binary1001011110100110110010010101110110001110000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,166,12); }

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

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

 a { background-color: rgb(151,166,12); }

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

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

 span { border-color: rgb(151,166,12); }

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