#9EBB17

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

Shades of Bahia #9EBB17

Tints of Bahia #9EBB17

Color information

#9EBB17 (or 0x9EBB17) is unknown color: approx Bahia. HEX triplet: 9E, BB and 17. RGB value is (158,187,23). Sum of RGB (Red+Green+Blue) = 158+187+23=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBB17 is #6144E8. Grayscale: #A0A0A0. Windows color (decimal): -6374633 or 1555358. OLE color: 1555358.

HSL color Cylindrical-coordinate representation of color #9EBB17: hue angle of 70.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EBB17 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB15818723-
CMYK0.1600.880.27
HSL70.61º78.1%41.18%-
HSV(B)70.61º87.7%73.33%-
XYZ32.0342.877.4-
YUV159.6350.89126.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 187 (73.44% from 255) = 50.82%
BLUE value IS 23 (9.38% from 255) = 6.25%
R=42.93%
G=50.82%
B=6.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158187230.1600.880.2770.6178.141.18
Hex9EBB17100581B474e29
Octal236273272001303310711651
Binary10011110101110111011110000010110001101110001111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBB17; }

 p { color: rgb(158,187,23); }

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

<style>
 a { background-color: #9EBB17; }

 a { background-color: rgb(158,187,23); }

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

<style>
 span { border-color: #9EBB17; }

 span { border-color: rgb(158,187,23); }

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