#96A30C

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

Shades of Citrus #96A30C

Tints of Citrus #96A30C

Color information

#96A30C (or 0x96A30C) is unknown color: approx Citrus. HEX triplet: 96, A3 and 0C. RGB value is (150,163,12). Sum of RGB (Red+Green+Blue) = 150+163+12=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #96A30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A30C is #695CF3. Grayscale: #8E8E8E. Windows color (decimal): -6905076 or 828310. OLE color: 828310.

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

Color convert

RGB15016312-
CMYK0.0800.930.36
HSL65.17º86.29%34.31%-
HSV(B)65.17º92.64%63.92%-
XYZ25.7432.75.3-
YUV141.954.69133.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 12 (5.08% from 255) = 3.69%
R=46.15%
G=50.15%
B=3.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163120.0800.930.3665.1786.2934.31
Hex96A3C805D24415622
Octal226243141001354410112642
Binary1001011010100011110010000101110110010010000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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