Html Css Color HEX #97A806 Citrus

📋 copy color: '#97A806'

red 151 ◦ green 168 ◦ blue 6

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

Shades of Citrus #97A806

Tints of Citrus #97A806

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.69%

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

R = 46.46%
G = 51.69%
B = 1.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#97A806 (or 0x97A806) is known color: Citrus. HEX triplet: 97, A8 and 06. RGB value is (151,168,6). Sum of RGB (Red+Green+Blue) = 151+168+6=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #97A806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A806 is #6857F9. Grayscale: #919191. Windows color (decimal): -6838266 or 436375. OLE color: 436375.

HSL color Cylindrical-coordinate representation of color #97A806: hue angle of 66.3º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97A806 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 168 6 -
CMYK 0.10 0 0.96 0.34
HSL 66.3º 0.93% 0.34% -
HSV(B) 66.3º 0.96% 0.66% -
XYZ 26.8 34.6 5.44 -
YUV 144.45 49.87 132.67 -
System Red Green Blue C M Y K H S L
Decimal 151 168 6 0.10 0 0.96 0.34 66.3 0.93 0.34
Hex 97 A8 6 A 0 60 22 42 5D 22
Octal 227 250 6 12 0 140 42 102 135 42
Binary 10010111 10101000 110 1010 0 1100000 100010 1000010 1011101 100010

Color Harmonies of #97A806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A806

Black with #97A806

Text Example


Text Example

White with #97A806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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