#9EB628

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

Shades of Bahia #9EB628

Tints of Bahia #9EB628

Color information

#9EB628 (or 0x9EB628) is unknown color: approx Bahia. HEX triplet: 9E, B6 and 28. RGB value is (158,182,40). Sum of RGB (Red+Green+Blue) = 158+182+40=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB628 is #6149D7. Grayscale: #9F9F9F. Windows color (decimal): -6375896 or 2668190. OLE color: 2668190.

HSL color Cylindrical-coordinate representation of color #9EB628: hue angle of 70.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EB628 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB15818240-
CMYK0.1300.780.29
HSL70.14º63.96%43.53%-
HSV(B)70.14º78.02%71.37%-
XYZ31.2140.888.25-
YUV158.6461.05127.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=41.58%
G=47.89%
B=10.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158182400.1300.780.2970.1463.9643.53
Hex9EB628D04E1D46402c
Octal236266501501163510610054
Binary10011110101101101010001101010011101110110001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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