#96A028

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

Shades of Citron #96A028

Tints of Citron #96A028

Color information

#96A028 (or 0x96A028) is unknown color: approx Citron. HEX triplet: 96, A0 and 28. RGB value is (150,160,40). Sum of RGB (Red+Green+Blue) = 150+160+40=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #96A028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A028 is #695FD7. Grayscale: #8F8F8F. Windows color (decimal): -6905816 or 2662550. OLE color: 2662550.

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

Color convert

RGB15016040-
CMYK0.0600.750.37
HSL65º60%39.22%-
HSV(B)65º75%62.75%-
XYZ25.5331.786.8-
YUV143.3369.69132.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 160 (62.89% from 255) = 45.71%
BLUE value IS 40 (16.02% from 255) = 11.43%
R=42.86%
G=45.71%
B=11.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150160400.0600.750.37656039.22
Hex96A028604B25413c27
Octal2262405060113451017447
Binary1001011010100000101000110010010111001011000001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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