#96A31D

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

Shades of Citron #96A31D

Tints of Citron #96A31D

Color information

#96A31D (or 0x96A31D) is unknown color: approx Citron. HEX triplet: 96, A3 and 1D. RGB value is (150,163,29). Sum of RGB (Red+Green+Blue) = 150+163+29=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #96A31D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A31D is #695CE2. Grayscale: #909090. Windows color (decimal): -6905059 or 1942422. OLE color: 1942422.

HSL color Cylindrical-coordinate representation of color #96A31D: hue angle of 65.82º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96A31D is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB15016329-
CMYK0.0800.820.36
HSL65.82º69.79%37.65%-
HSV(B)65.82º82.21%63.92%-
XYZ25.932.776.12-
YUV143.8463.19132.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 29 (11.72% from 255) = 8.48%
R=43.86%
G=47.66%
B=8.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163290.0800.820.3665.8269.7937.65
Hex96A31D805224424626
Octal226243351001224410210646
Binary10010110101000111110110000101001010010010000101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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