#96A505

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

Shades of Citrus #96A505

Tints of Citrus #96A505

Color information

#96A505 (or 0x96A505) is unknown color: approx Citrus. HEX triplet: 96, A5 and 05. RGB value is (150,165,5). Sum of RGB (Red+Green+Blue) = 150+165+5=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #96A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A505 is #695AFA. Grayscale: #8E8E8E. Windows color (decimal): -6904571 or 370070. OLE color: 370070.

HSL color Cylindrical-coordinate representation of color #96A505: hue angle of 65.62º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96A505 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB1501655-
CMYK0.0900.970.35
HSL65.62º94.12%33.33%-
HSV(B)65.62º96.97%64.71%-
XYZ26.0633.415.22-
YUV142.2750.53133.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=46.88%
G=51.56%
B=1.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15016550.0900.970.3565.6294.1233.33
Hex96A55906123425e21
Octal22624551101414310213641
Binary100101101010010110110010110000110001110000101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,5); }

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

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

 a { background-color: rgb(150,165,5); }

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

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

 span { border-color: rgb(150,165,5); }

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