#96A218

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

Shades of Citron #96A218

Tints of Citron #96A218

Color information

#96A218 (or 0x96A218) is unknown color: approx Citron. HEX triplet: 96, A2 and 18. RGB value is (150,162,24). Sum of RGB (Red+Green+Blue) = 150+162+24=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #96A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A218 is #695DE7. Grayscale: #8F8F8F. Windows color (decimal): -6905320 or 1614486. OLE color: 1614486.

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

Color convert

RGB15016224-
CMYK0.0700.850.36
HSL65.22º74.19%36.47%-
HSV(B)65.22º85.19%63.53%-
XYZ25.6632.395.76-
YUV142.6861.02133.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 24 (9.77% from 255) = 7.14%
R=44.64%
G=48.21%
B=7.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162240.0700.850.3665.2274.1936.47
Hex96A218705524414a24
Octal22624230701254410111244
Binary1001011010100010110001110101010110010010000011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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