#9EBC26

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

Shades of Bahia #9EBC26

Tints of Bahia #9EBC26

Color information

#9EBC26 (or 0x9EBC26) is unknown color: approx Bahia. HEX triplet: 9E, BC and 26. RGB value is (158,188,38). Sum of RGB (Red+Green+Blue) = 158+188+38=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC26 is #6143D9. Grayscale: #A2A2A2. Windows color (decimal): -6374362 or 2538654. OLE color: 2538654.

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

Color convert

RGB15818838-
CMYK0.1600.800.26
HSL72º66.37%44.31%-
HSV(B)72º79.79%73.73%-
XYZ32.4343.388.5-
YUV161.9358.06125.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.15%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 38 (15.23% from 255) = 9.90%
R=41.15%
G=48.96%
B=9.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal158188380.1600.800.267266.3744.31
Hex9EBC26100501A48422c
Octal236274462001203211010254
Binary100111101011110010011010000010100001101010010001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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