Html Css Color HEX #96A310 Citron

📋 copy color: '#96A310'

red 150 ◦ green 163 ◦ blue 16

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

Shades of Citron #96A310

Tints of Citron #96A310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.54%

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

R = 45.59%
G = 49.54%
B = 4.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#96A310 (or 0x96A310) is known color: Citron. HEX triplet: 96, A3 and 10. RGB value is (150,163,16). Sum of RGB (Red+Green+Blue) = 150+163+16=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #96A310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A310 is #695CEF. Grayscale: #8E8E8E. Windows color (decimal): -6905072 or 1090454. OLE color: 1090454.

HSL color Cylindrical-coordinate representation of color #96A310: hue angle of 65.31º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96A310 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 16 -
CMYK 0.08 0 0.90 0.36
HSL 65.31º 0.82% 0.35% -
HSV(B) 65.31º 0.9% 0.64% -
XYZ 25.77 32.72 5.45 -
YUV 142.36 56.69 133.45 -
System Red Green Blue C M Y K H S L
Decimal 150 163 16 0.08 0 0.90 0.36 65.31 0.82 0.35
Hex 96 A3 10 8 0 5A 24 41 52 23
Octal 226 243 20 10 0 132 44 101 122 43
Binary 10010110 10100011 10000 1000 0 1011010 100100 1000001 1010010 100011

Color Harmonies of #96A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A310

Black with #96A310

Text Example


Text Example

White with #96A310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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