Html Css Color HEX #97A406 Citrus

📋 copy color: '#97A406'

red 151 ◦ green 164 ◦ blue 6

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

Shades of Citrus #97A406

Tints of Citrus #97A406

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 47.04%
G = 51.09%
B = 1.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#97A406 (or 0x97A406) is known color: Citrus. HEX triplet: 97, A4 and 06. RGB value is (151,164,6). Sum of RGB (Red+Green+Blue) = 151+164+6=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #97A406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A406 is #685BF9. Grayscale: #8E8E8E. Windows color (decimal): -6839290 or 435351. OLE color: 435351.

HSL color Cylindrical-coordinate representation of color #97A406: hue angle of 64.94º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97A406 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 164 6 -
CMYK 0.08 0 0.96 0.36
HSL 64.94º 0.93% 0.33% -
HSV(B) 64.94º 0.96% 0.64% -
XYZ 26.07 33.14 5.2 -
YUV 142.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 151 164 6 0.08 0 0.96 0.36 64.94 0.93 0.33
Hex 97 A4 6 8 0 60 24 41 5D 21
Octal 227 244 6 10 0 140 44 101 135 41
Binary 10010111 10100100 110 1000 0 1100000 100100 1000001 1011101 100001

Color Harmonies of #97A406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A406

Black with #97A406

Text Example


Text Example

White with #97A406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97A406;
 }
 .AnyTagClassName
 {
   color: #97A406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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