#96A31A

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

Shades of Citron #96A31A

Tints of Citron #96A31A

Color information

#96A31A (or 0x96A31A) is unknown color: approx Citron. HEX triplet: 96, A3 and 1A. RGB value is (150,163,26). Sum of RGB (Red+Green+Blue) = 150+163+26=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #96A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A31A is #695CE5. Grayscale: #909090. Windows color (decimal): -6905062 or 1745814. OLE color: 1745814.

HSL color Cylindrical-coordinate representation of color #96A31A: hue angle of 65.69º 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 #96A31A is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB15016326-
CMYK0.0800.840.36
HSL65.69º72.49%37.06%-
HSV(B)65.69º84.05%63.92%-
XYZ25.8632.755.94-
YUV143.561.69132.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=44.25%
G=48.08%
B=7.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163260.0800.840.3665.6972.4937.06
Hex96A31A805424424825
Octal226243321001244410211045
Binary10010110101000111101010000101010010010010000101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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