#9EBC27

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

Shades of Bahia #9EBC27

Tints of Bahia #9EBC27

Color information

#9EBC27 (or 0x9EBC27) is unknown color: approx Bahia. HEX triplet: 9E, BC and 27. RGB value is (158,188,39). Sum of RGB (Red+Green+Blue) = 158+188+39=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC27 is #6143D8. Grayscale: #A2A2A2. Windows color (decimal): -6374361 or 2604190. OLE color: 2604190.

HSL color Cylindrical-coordinate representation of color #9EBC27: hue angle of 72.08º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EBC27 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB15818839-
CMYK0.1600.790.26
HSL72.08º65.64%44.51%-
HSV(B)72.08º79.26%73.73%-
XYZ32.4543.388.58-
YUV162.0458.56125.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 188 (73.83% from 255) = 48.83%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=41.04%
G=48.83%
B=10.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158188390.1600.790.2672.0865.6444.51
Hex9EBC271004F1A48422d
Octal236274472001173211010255
Binary100111101011110010011110000010011111101010010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,39); }

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

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

 a { background-color: rgb(158,188,39); }

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

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

 span { border-color: rgb(158,188,39); }

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