Html Css Color HEX #9EB81E Bahia

📋 copy color: '#9EB81E'

red 158 ◦ green 184 ◦ blue 30

#9EB81E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EB81E

Tints of Bahia #9EB81E

RGB

 RED value IS 158 (62.11% from 255) = 42.47%

 GREEN value IS 184 (72.27% from 255) = 49.46%

 BLUE value IS 30 (12.11% from 255) = 8.06%

R = 42.47%
G = 49.46%
B = 8.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#9EB81E (or 0x9EB81E) is known color: Bahia. HEX triplet: 9E, B8 and 1E. RGB value is (158,184,30). Sum of RGB (Red+Green+Blue) = 158+184+30=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB81E is #6147E1. Grayscale: #9F9F9F. Windows color (decimal): -6375394 or 2013342. OLE color: 2013342.

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

Color convert

RGB 158 184 30 -
CMYK 0.14 0 0.84 0.28
HSL 70.13º 0.72% 0.42% -
HSV(B) 70.13º 0.84% 0.72% -
XYZ 31.48 41.64 7.61 -
YUV 158.67 55.39 127.52 -
System Red Green Blue C M Y K H S L
Decimal 158 184 30 0.14 0 0.84 0.28 70.13 0.72 0.42
Hex 9E B8 1E E 0 54 1C 46 48 2A
Octal 236 270 36 16 0 124 34 106 110 52
Binary 10011110 10111000 11110 1110 0 1010100 11100 1000110 1001000 101010

Color Harmonies of #9EB81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB81E

Black with #9EB81E

Text Example


Text Example

White with #9EB81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EB81E;
 }
 .AnyTagClassName
 {
   color: #9EB81E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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