Html Css Color HEX #97A60C Citrus

📋 copy color: '#97A60C'

red 151 ◦ green 166 ◦ blue 12

#97A60C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #97A60C

Tints of Citrus #97A60C

RGB

 RED value IS 151 (59.38% from 255) = 45.9%

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 45.9%
G = 50.46%
B = 3.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#97A60C (or 0x97A60C) is known color: 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

RGB 151 166 12 -
CMYK 0.09 0 0.93 0.35
HSL 65.84º 0.87% 0.35% -
HSV(B) 65.84º 0.93% 0.65% -
XYZ 26.47 33.88 5.49 -
YUV 143.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 151 166 12 0.09 0 0.93 0.35 65.84 0.87 0.35
Hex 97 A6 C 9 0 5D 23 42 57 23
Octal 227 246 14 11 0 135 43 102 127 43
Binary 10010111 10100110 1100 1001 0 1011101 100011 1000010 1010111 100011

Color Harmonies of #97A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A60C

Black with #97A60C

Text Example


Text Example

White with #97A60C

Text Example


Text Example

HTML Codes & Css Web 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>