Html Css Color HEX #96AA06 Citrus

📋 copy color: '#96AA06'

red 150 ◦ green 170 ◦ blue 6

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

Shades of Citrus #96AA06

Tints of Citrus #96AA06

RGB

 RED value IS 150 (58.98% from 255) = 46.01%

 GREEN value IS 170 (66.8% from 255) = 52.15%

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

R = 46.01%
G = 52.15%
B = 1.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#96AA06 (or 0x96AA06) is known color: Citrus. HEX triplet: 96, AA and 06. RGB value is (150,170,6). Sum of RGB (Red+Green+Blue) = 150+170+6=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AA06 is #6955F9. Grayscale: #919191. Windows color (decimal): -6903290 or 436886. OLE color: 436886.

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

Color convert

RGB 150 170 6 -
CMYK 0.12 0 0.96 0.33
HSL 67.32º 0.93% 0.35% -
HSV(B) 67.32º 0.96% 0.67% -
XYZ 26.99 35.25 5.55 -
YUV 145.32 49.37 131.34 -
System Red Green Blue C M Y K H S L
Decimal 150 170 6 0.12 0 0.96 0.33 67.32 0.93 0.35
Hex 96 AA 6 C 0 60 21 43 5D 23
Octal 226 252 6 14 0 140 41 103 135 43
Binary 10010110 10101010 110 1100 0 1100000 100001 1000011 1011101 100011

Color Harmonies of #96AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AA06

Black with #96AA06

Text Example


Text Example

White with #96AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96AA06; }

 p { color: rgb(150,170,6); }

 H1.HeaderClassName
 {
   color: #96AA06;
 }
 .AnyTagClassName
 {
   color: #96AA06;
 }
</style>

background-color css

<style>
 a { background-color: #96AA06; }

 a { background-color: rgb(150,170,6); }

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

border-color css

<style>
 span { border-color: #96AA06; }

 span { border-color: rgb(150,170,6); }

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