#96A70F

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

Shades of Citrus #96A70F

Tints of Citrus #96A70F

Color information

#96A70F (or 0x96A70F) is unknown color: approx Citrus. HEX triplet: 96, A7 and 0F. RGB value is (150,167,15). Sum of RGB (Red+Green+Blue) = 150+167+15=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #96A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A70F is #6958F0. Grayscale: #919191. Windows color (decimal): -6904049 or 1025942. OLE color: 1025942.

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

Color convert

RGB15016715-
CMYK0.1000.910.35
HSL66.71º83.52%35.69%-
HSV(B)66.71º91.02%65.49%-
XYZ26.4834.165.65-
YUV144.5954.87131.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 15 (6.25% from 255) = 4.52%
R=45.18%
G=50.30%
B=4.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150167150.1000.910.3566.7183.5235.69
Hex96A7FA05B23435424
Octal226247171201334310312444
Binary1001011010100111111110100101101110001110000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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