#96A414

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

Shades of Citron #96A414

Tints of Citron #96A414

Color information

#96A414 (or 0x96A414) is unknown color: approx Citron. HEX triplet: 96, A4 and 14. RGB value is (150,164,20). Sum of RGB (Red+Green+Blue) = 150+164+20=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #96A414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A414 is #695BEB. Grayscale: #8F8F8F. Windows color (decimal): -6904812 or 1352854. OLE color: 1352854.

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

Color convert

RGB15016420-
CMYK0.0900.880.36
HSL65.83º78.26%36.08%-
HSV(B)65.83º87.8%64.31%-
XYZ25.9833.095.68-
YUV143.458.36132.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 164 (64.45% from 255) = 49.10%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=44.91%
G=49.10%
B=5.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164200.0900.880.3665.8378.2636.08
Hex96A414905824424e24
Octal226244241101304410211644
Binary10010110101001001010010010101100010010010000101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,164,20); }

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

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

 a { background-color: rgb(150,164,20); }

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

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

 span { border-color: rgb(150,164,20); }

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