#96A131

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

Shades of Citron #96A131

Tints of Citron #96A131

Color information

#96A131 (or 0x96A131) is unknown color: approx Citron. HEX triplet: 96, A1 and 31. RGB value is (150,161,49). Sum of RGB (Red+Green+Blue) = 150+161+49=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #96A131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A131 is #695ECE. Grayscale: #919191. Windows color (decimal): -6905551 or 3252630. OLE color: 3252630.

HSL color Cylindrical-coordinate representation of color #96A131: hue angle of 65.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96A131 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB15016149-
CMYK0.0700.700.37
HSL65.89º53.33%41.18%-
HSV(B)65.89º69.57%63.14%-
XYZ25.8832.27.76-
YUV144.9473.86131.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 49 (19.53% from 255) = 13.61%
R=41.67%
G=44.72%
B=13.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150161490.0700.700.3765.8953.3341.18
Hex96A131704625423529
Octal2262416170106451026551
Binary1001011010100001110001111010001101001011000010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,161,49); }

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

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

 a { background-color: rgb(150,161,49); }

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

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

 span { border-color: rgb(150,161,49); }

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