#9EB81C

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

Shades of Bahia #9EB81C

Tints of Bahia #9EB81C

Color information

#9EB81C (or 0x9EB81C) is unknown color: approx Bahia. HEX triplet: 9E, B8 and 1C. RGB value is (158,184,28). Sum of RGB (Red+Green+Blue) = 158+184+28=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB81C is #6147E3. Grayscale: #9F9F9F. Windows color (decimal): -6375396 or 1882270. OLE color: 1882270.

HSL color Cylindrical-coordinate representation of color #9EB81C: hue angle of 70º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EB81C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB15818428-
CMYK0.1400.850.28
HSL70º73.58%41.57%-
HSV(B)70º84.78%72.16%-
XYZ31.4541.637.48-
YUV158.4454.39127.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 184 (72.27% from 255) = 49.73%
BLUE value IS 28 (11.33% from 255) = 7.57%
R=42.70%
G=49.73%
B=7.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal158184280.1400.850.287073.5841.57
Hex9EB81CE0551C464a2a
Octal236270341601253410611252
Binary1001111010111000111001110010101011110010001101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,184,28); }

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

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

 a { background-color: rgb(158,184,28); }

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

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

 span { border-color: rgb(158,184,28); }

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