Html Css Color HEX #96A216 Citron

📋 copy color: '#96A216'

red 150 ◦ green 162 ◦ blue 22

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

Shades of Citron #96A216

Tints of Citron #96A216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.5%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 44.91%
G = 48.5%
B = 6.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#96A216 (or 0x96A216) is known color: Citron. HEX triplet: 96, A2 and 16. RGB value is (150,162,22). Sum of RGB (Red+Green+Blue) = 150+162+22=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #96A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A216 is #695DE9. Grayscale: #8E8E8E. Windows color (decimal): -6905322 or 1483414. OLE color: 1483414.

HSL color Cylindrical-coordinate representation of color #96A216: hue angle of 65.14º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96A216 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 22 -
CMYK 0.07 0 0.86 0.36
HSL 65.14º 0.76% 0.36% -
HSV(B) 65.14º 0.86% 0.64% -
XYZ 25.64 32.38 5.66 -
YUV 142.45 60.02 133.38 -
System Red Green Blue C M Y K H S L
Decimal 150 162 22 0.07 0 0.86 0.36 65.14 0.76 0.36
Hex 96 A2 16 7 0 56 24 41 4C 24
Octal 226 242 26 7 0 126 44 101 114 44
Binary 10010110 10100010 10110 111 0 1010110 100100 1000001 1001100 100100

Color Harmonies of #96A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A216

Black with #96A216

Text Example


Text Example

White with #96A216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,22); }

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

background-color css

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

 a { background-color: rgb(150,162,22); }

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

border-color css

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

 span { border-color: rgb(150,162,22); }

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