#96A905

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

Shades of Citrus #96A905

Tints of Citrus #96A905

Color information

#96A905 (or 0x96A905) is unknown color: approx Citrus. HEX triplet: 96, A9 and 05. RGB value is (150,169,5). Sum of RGB (Red+Green+Blue) = 150+169+5=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #96A905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A905 is #6956FA. Grayscale: #919191. Windows color (decimal): -6903547 or 371094. OLE color: 371094.

HSL color Cylindrical-coordinate representation of color #96A905: hue angle of 66.95º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96A905 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB1501695-
CMYK0.1100.970.34
HSL66.95º94.25%34.12%-
HSV(B)66.95º97.04%66.27%-
XYZ26.7934.875.46-
YUV144.6249.21131.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 169 (66.41% from 255) = 52.16%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=46.30%
G=52.16%
B=1.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15016950.1100.970.3466.9594.2534.12
Hex96A95B06122435e22
Octal22625151301414210313642
Binary100101101010100110110110110000110001010000111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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