#9EB71B

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

Shades of Bahia #9EB71B

Tints of Bahia #9EB71B

Color information

#9EB71B (or 0x9EB71B) is unknown color: approx Bahia. HEX triplet: 9E, B7 and 1B. RGB value is (158,183,27). Sum of RGB (Red+Green+Blue) = 158+183+27=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB71B is #6148E4. Grayscale: #9E9E9E. Windows color (decimal): -6375653 or 1816478. OLE color: 1816478.

HSL color Cylindrical-coordinate representation of color #9EB71B: hue angle of 69.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EB71B is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB15818327-
CMYK0.1400.850.28
HSL69.62º74.29%41.18%-
HSV(B)69.62º85.25%71.76%-
XYZ31.2341.227.35-
YUV157.7454.22128.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=42.93%
G=49.73%
B=7.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158183270.1400.850.2869.6274.2941.18
Hex9EB71BE0551C464a29
Octal236267331601253410611251
Binary1001111010110111110111110010101011110010001101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,183,27); }

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

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

 a { background-color: rgb(158,183,27); }

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

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

 span { border-color: rgb(158,183,27); }

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