#9EB122

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

Shades of Bahia #9EB122

Tints of Bahia #9EB122

Color information

#9EB122 (or 0x9EB122) is unknown color: approx Bahia. HEX triplet: 9E, B1 and 22. RGB value is (158,177,34). Sum of RGB (Red+Green+Blue) = 158+177+34=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB122 is #614EDD. Grayscale: #9B9B9B. Windows color (decimal): -6377182 or 2273694. OLE color: 2273694.

HSL color Cylindrical-coordinate representation of color #9EB122: hue angle of 67.97º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EB122 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB15817734-
CMYK0.1100.810.31
HSL67.97º67.77%41.37%-
HSV(B)67.97º80.79%69.41%-
XYZ30.1138.837.42-
YUV155.0259.71130.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 177 (69.53% from 255) = 47.97%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=42.82%
G=47.97%
B=9.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177340.1100.810.3167.9767.7741.37
Hex9EB122B0511F444429
Octal236261421301213710410451
Binary10011110101100011000101011010100011111110001001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,34); }

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

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

 a { background-color: rgb(158,177,34); }

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

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

 span { border-color: rgb(158,177,34); }

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