#96A21A

Color #96A21A Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #96A21A

Tints of Citron #96A21A

Color information

#96A21A (or 0x96A21A) is unknown color: approx Citron. HEX triplet: 96, A2 and 1A. RGB value is (150,162,26). Sum of RGB (Red+Green+Blue) = 150+162+26=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #96A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A21A is #695DE5. Grayscale: #8F8F8F. Windows color (decimal): -6905318 or 1745558. OLE color: 1745558.

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

Color convert

RGB15016226-
CMYK0.0700.840.36
HSL65.29º72.34%36.86%-
HSV(B)65.29º83.95%63.53%-
XYZ25.6832.45.88-
YUV142.9162.02133.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 26 (10.55% from 255) = 7.69%
R=44.38%
G=47.93%
B=7.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162260.0700.840.3665.2972.3436.86
Hex96A21A705424414825
Octal22624232701244410111045
Binary1001011010100010110101110101010010010010000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96A21A;
 }
 .AnyTagClassName
 {
   color: #96A21A;
 }
</style>
background-color css

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

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

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

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

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

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