Html Css Color HEX #9EBB1E Bahia

📋 copy color: '#9EBB1E'

red 158 ◦ green 187 ◦ blue 30

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

Shades of Bahia #9EBB1E

Tints of Bahia #9EBB1E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.87%

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

R = 42.13%
G = 49.87%
B = 8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#9EBB1E (or 0x9EBB1E) is known color: Bahia. HEX triplet: 9E, BB and 1E. RGB value is (158,187,30). Sum of RGB (Red+Green+Blue) = 158+187+30=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBB1E is #6144E1. Grayscale: #A1A1A1. Windows color (decimal): -6374626 or 2014110. OLE color: 2014110.

HSL color Cylindrical-coordinate representation of color #9EBB1E: hue angle of 71.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EBB1E is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 187 30 -
CMYK 0.16 0 0.84 0.27
HSL 71.08º 0.72% 0.43% -
HSV(B) 71.08º 0.84% 0.73% -
XYZ 32.11 42.9 7.82 -
YUV 160.43 54.39 126.27 -
System Red Green Blue C M Y K H S L
Decimal 158 187 30 0.16 0 0.84 0.27 71.08 0.72 0.43
Hex 9E BB 1E 10 0 54 1B 47 48 2B
Octal 236 273 36 20 0 124 33 107 110 53
Binary 10011110 10111011 11110 10000 0 1010100 11011 1000111 1001000 101011

Color Harmonies of #9EBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBB1E

Black with #9EBB1E

Text Example


Text Example

White with #9EBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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