#96A30F

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

Shades of Citron #96A30F

Tints of Citron #96A30F

Color information

#96A30F (or 0x96A30F) is unknown color: approx Citron. HEX triplet: 96, A3 and 0F. RGB value is (150,163,15). Sum of RGB (Red+Green+Blue) = 150+163+15=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #96A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A30F is #695CF0. Grayscale: #8E8E8E. Windows color (decimal): -6905073 or 1024918. OLE color: 1024918.

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

Color convert

RGB15016315-
CMYK0.0800.910.36
HSL65.27º83.15%34.9%-
HSV(B)65.27º90.8%63.92%-
XYZ25.7632.715.41-
YUV142.2456.19133.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 163 (64.06% from 255) = 49.70%
BLUE value IS 15 (6.25% from 255) = 4.57%
R=45.73%
G=49.70%
B=4.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150163150.0800.910.3665.2783.1534.9
Hex96A3F805B24415323
Octal226243171001334410112343
Binary1001011010100011111110000101101110010010000011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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