Html Css Color HEX #96A010 Citron

📋 copy color: '#96A010'

red 150 ◦ green 160 ◦ blue 16

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

Shades of Citron #96A010

Tints of Citron #96A010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 46.01%
G = 49.08%
B = 4.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#96A010 (or 0x96A010) is known color: Citron. HEX triplet: 96, A0 and 10. RGB value is (150,160,16). Sum of RGB (Red+Green+Blue) = 150+160+16=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #96A010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A010 is #695FEF. Grayscale: #8D8D8D. Windows color (decimal): -6905840 or 1089686. OLE color: 1089686.

HSL color Cylindrical-coordinate representation of color #96A010: hue angle of 64.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96A010 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 16 -
CMYK 0.06 0 0.9 0.37
HSL 64.17º 0.82% 0.35% -
HSV(B) 64.17º 0.9% 0.63% -
XYZ 25.24 31.66 5.27 -
YUV 140.59 57.69 134.71 -
System Red Green Blue C M Y K H S L
Decimal 150 160 16 0.06 0 0.9 0.37 64.17 0.82 0.35
Hex 96 A0 10 6 0 5A 25 40 52 23
Octal 226 240 20 6 0 132 45 100 122 43
Binary 10010110 10100000 10000 110 0 1011010 100101 1000000 1010010 100011

Color Harmonies of #96A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A010

Black with #96A010

Text Example


Text Example

White with #96A010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,160,16); }

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

background-color css

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

 a { background-color: rgb(150,160,16); }

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

border-color css

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

 span { border-color: rgb(150,160,16); }

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