#9EB62E

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

Shades of Bahia #9EB62E

Tints of Bahia #9EB62E

Color information

#9EB62E (or 0x9EB62E) is unknown color: approx Bahia. HEX triplet: 9E, B6 and 2E. RGB value is (158,182,46). Sum of RGB (Red+Green+Blue) = 158+182+46=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB62E is #6149D1. Grayscale: #9F9F9F. Windows color (decimal): -6375890 or 3061406. OLE color: 3061406.

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

Color convert

RGB15818246-
CMYK0.1300.750.29
HSL70.59º59.65%44.71%-
HSV(B)70.59º74.73%71.37%-
XYZ31.3240.928.83-
YUV159.3264.05127.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=40.93%
G=47.15%
B=11.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158182460.1300.750.2970.5959.6544.71
Hex9EB62ED04B1D473c2d
Octal23626656150113351077455
Binary1001111010110110101110110101001011111011000111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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