Html Css Color HEX #9EBA2E Bahia

📋 copy color: '#9EBA2E'

red 158 ◦ green 186 ◦ blue 46

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

Shades of Bahia #9EBA2E

Tints of Bahia #9EBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.69%

 BLUE value IS 46 (18.36% from 255) = 11.79%

R = 40.51%
G = 47.69%
B = 11.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#9EBA2E (or 0x9EBA2E) is known color: Bahia. HEX triplet: 9E, BA and 2E. RGB value is (158,186,46). Sum of RGB (Red+Green+Blue) = 158+186+46=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA2E is #6145D1. Grayscale: #A2A2A2. Windows color (decimal): -6374866 or 3062430. OLE color: 3062430.

HSL color Cylindrical-coordinate representation of color #9EBA2E: hue angle of 72º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9EBA2E is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 46 -
CMYK 0.15 0 0.75 0.27
HSL 72º 0.6% 0.45% -
HSV(B) 72º 0.75% 0.73% -
XYZ 32.15 42.58 9.11 -
YUV 161.67 62.72 125.38 -
System Red Green Blue C M Y K H S L
Decimal 158 186 46 0.15 0 0.75 0.27 72 0.6 0.45
Hex 9E BA 2E F 0 4B 1B 48 3C 2D
Octal 236 272 56 17 0 113 33 110 74 55
Binary 10011110 10111010 101110 1111 0 1001011 11011 1001000 111100 101101

Color Harmonies of #9EBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA2E

Black with #9EBA2E

Text Example


Text Example

White with #9EBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,186,46); }

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

background-color css

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

 a { background-color: rgb(158,186,46); }

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

border-color css

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

 span { border-color: rgb(158,186,46); }

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