#9EB228

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

Shades of Bahia #9EB228

Tints of Bahia #9EB228

Color information

#9EB228 (or 0x9EB228) is unknown color: approx Bahia. HEX triplet: 9E, B2 and 28. RGB value is (158,178,40). Sum of RGB (Red+Green+Blue) = 158+178+40=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB228 is #614DD7. Grayscale: #9C9C9C. Windows color (decimal): -6376920 or 2667166. OLE color: 2667166.

HSL color Cylindrical-coordinate representation of color #9EB228: hue angle of 68.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EB228 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB15817840-
CMYK0.1100.780.30
HSL68.7º63.3%42.75%-
HSV(B)68.7º77.53%69.8%-
XYZ30.439.267.98-
YUV156.2962.37129.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 178 (69.92% from 255) = 47.34%
BLUE value IS 40 (16.02% from 255) = 10.64%
R=42.02%
G=47.34%
B=10.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal158178400.1100.780.3068.763.342.75
Hex9EB228B04E1E453f2b
Octal23626250130116361057753
Binary1001111010110010101000101101001110111101000101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,178,40); }

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

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

 a { background-color: rgb(158,178,40); }

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

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

 span { border-color: rgb(158,178,40); }

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