#9EB625

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

Shades of Bahia #9EB625

Tints of Bahia #9EB625

Color information

#9EB625 (or 0x9EB625) is unknown color: approx Bahia. HEX triplet: 9E, B6 and 25. RGB value is (158,182,37). Sum of RGB (Red+Green+Blue) = 158+182+37=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB625 is #6149DA. Grayscale: #9E9E9E. Windows color (decimal): -6375899 or 2471582. OLE color: 2471582.

HSL color Cylindrical-coordinate representation of color #9EB625: hue angle of 69.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EB625 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB15818237-
CMYK0.1300.800.29
HSL69.93º66.21%42.94%-
HSV(B)69.93º79.67%71.37%-
XYZ31.1640.867.99-
YUV158.2959.55127.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.91%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 37 (14.84% from 255) = 9.81%
R=41.91%
G=48.28%
B=9.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158182370.1300.800.2969.9366.2142.94
Hex9EB625D0501D46422b
Octal236266451501203510610253
Binary10011110101101101001011101010100001110110001101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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