#9EB62B

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

Shades of Bahia #9EB62B

Tints of Bahia #9EB62B

Color information

#9EB62B (or 0x9EB62B) is unknown color: approx Bahia. HEX triplet: 9E, B6 and 2B. RGB value is (158,182,43). Sum of RGB (Red+Green+Blue) = 158+182+43=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB62B is #6149D4. Grayscale: #9F9F9F. Windows color (decimal): -6375893 or 2864798. OLE color: 2864798.

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

Color convert

RGB15818243-
CMYK0.1300.760.29
HSL70.36º61.78%44.12%-
HSV(B)70.36º76.37%71.37%-
XYZ31.2640.98.53-
YUV158.9862.55127.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=41.25%
G=47.52%
B=11.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158182430.1300.760.2970.3661.7844.12
Hex9EB62BD04C1D463e2c
Octal23626653150114351067654
Binary1001111010110110101011110101001100111011000110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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