#96A616

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

Shades of Citron #96A616

Tints of Citron #96A616

Color information

#96A616 (or 0x96A616) is unknown color: approx Citron. HEX triplet: 96, A6 and 16. RGB value is (150,166,22). Sum of RGB (Red+Green+Blue) = 150+166+22=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #96A616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A616 is #6959E9. Grayscale: #919191. Windows color (decimal): -6904298 or 1484438. OLE color: 1484438.

HSL color Cylindrical-coordinate representation of color #96A616: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96A616 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB15016622-
CMYK0.1000.870.35
HSL66.67º76.6%36.86%-
HSV(B)66.67º86.75%65.1%-
XYZ26.3633.815.9-
YUV144.858.7131.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 166 (65.23% from 255) = 49.11%
BLUE value IS 22 (8.98% from 255) = 6.51%
R=44.38%
G=49.11%
B=6.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150166220.1000.870.3566.6776.636.86
Hex96A616A05723434d25
Octal226246261201274310311545
Binary10010110101001101011010100101011110001110000111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,166,22); }

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

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

 a { background-color: rgb(150,166,22); }

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

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

 span { border-color: rgb(150,166,22); }

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