#96a314

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

Shades of Citron #96A314

Tints of Citron #96A314

Color information

#96A314 (or 0x96A314) is unknown color: approx Citron. HEX triplet: 96, A3 and 14. RGB value is (150,163,20). Sum of RGB (Red+Green+Blue) = 150+163+20=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #96A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A314 is #695CEB. Grayscale: #8F8F8F. Windows color (decimal): -6905068 or 1352598. OLE color: 1352598.

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

Color convert

RGB15016320-
CMYK0.0800.880.36
HSL65.45º78.14%35.88%-
HSV(B)65.45º87.73%63.92%-
XYZ25.832.735.62-
YUV142.8158.69133.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 20 (8.20% from 255) = 6.01%
R=45.05%
G=48.95%
B=6.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163200.0800.880.3665.4578.1435.88
Hex96A314805824414e24
Octal226243241001304410111644
Binary10010110101000111010010000101100010010010000011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96a314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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