#96C11E

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

Shades of Bahia #96C11E

Tints of Bahia #96C11E

Color information

#96C11E (or 0x96C11E) is unknown color: approx Bahia. HEX triplet: 96, C1 and 1E. RGB value is (150,193,30). Sum of RGB (Red+Green+Blue) = 150+193+30=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #96C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C11E is #693EE1. Grayscale: #A2A2A2. Windows color (decimal): -6897378 or 2015638. OLE color: 2015638.

HSL color Cylindrical-coordinate representation of color #96C11E: hue angle of 75.83º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96C11E is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB15019330-
CMYK0.2200.840.24
HSL75.83º73.09%43.73%-
HSV(B)75.83º84.46%75.69%-
XYZ31.8844.728.18-
YUV161.5653.75119.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 30 (12.11% from 255) = 8.04%
R=40.21%
G=51.74%
B=8.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193300.2200.840.2475.8373.0943.73
Hex96C11E16054184c492c
Octal226301362601243011411154
Binary10010110110000011111010110010101001100010011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,30); }

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

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

 a { background-color: rgb(150,193,30); }

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

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

 span { border-color: rgb(150,193,30); }

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