#96BA11

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

Shades of Citrus #96BA11

Tints of Citrus #96BA11

Color information

#96BA11 (or 0x96BA11) is unknown color: approx Citrus. HEX triplet: 96, BA and 11. RGB value is (150,186,17). Sum of RGB (Red+Green+Blue) = 150+186+17=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BA11 is #6945EE. Grayscale: #9C9C9C. Windows color (decimal): -6899183 or 1161878. OLE color: 1161878.

HSL color Cylindrical-coordinate representation of color #96BA11: hue angle of 72.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96BA11 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15018617-
CMYK0.1900.910.27
HSL72.78º83.25%39.8%-
HSV(B)72.78º90.86%72.94%-
XYZ30.2441.646.97-
YUV155.9749.57123.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 186 (73.05% from 255) = 52.69%
BLUE value IS 17 (7.03% from 255) = 4.82%
R=42.49%
G=52.69%
B=4.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186170.1900.910.2772.7883.2539.8
Hex96BA111305B1B495328
Octal226272212301333311112350
Binary10010110101110101000110011010110111101110010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,186,17); }

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

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

 a { background-color: rgb(150,186,17); }

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

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

 span { border-color: rgb(150,186,17); }

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