#9EB42D

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

Shades of Bahia #9EB42D

Tints of Bahia #9EB42D

Color information

#9EB42D (or 0x9EB42D) is unknown color: approx Bahia. HEX triplet: 9E, B4 and 2D. RGB value is (158,180,45). Sum of RGB (Red+Green+Blue) = 158+180+45=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #9EB42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB42D is #614BD2. Grayscale: #9E9E9E. Windows color (decimal): -6376403 or 2995358. OLE color: 2995358.

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

Color convert

RGB15818045-
CMYK0.1200.750.29
HSL69.78º60%44.12%-
HSV(B)69.78º75%70.59%-
XYZ30.940.18.59-
YUV158.0364.21127.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 45 (17.97% from 255) = 11.75%
R=41.25%
G=47.00%
B=11.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal158180450.1200.750.2969.786044.12
Hex9EB42DC04B1D463c2c
Octal23626455140113351067454
Binary1001111010110100101101110001001011111011000110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,180,45); }

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

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

 a { background-color: rgb(158,180,45); }

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

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

 span { border-color: rgb(158,180,45); }

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