Html Css Color HEX #9EBA29 Bahia

📋 copy color: '#9EBA29'

red 158 ◦ green 186 ◦ blue 41

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

Shades of Bahia #9EBA29

Tints of Bahia #9EBA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.65%

R = 41.04%
G = 48.31%
B = 10.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#9EBA29 (or 0x9EBA29) is known color: Bahia. HEX triplet: 9E, BA and 29. RGB value is (158,186,41). Sum of RGB (Red+Green+Blue) = 158+186+41=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA29 is #6145D6. Grayscale: #A1A1A1. Windows color (decimal): -6374871 or 2734750. OLE color: 2734750.

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

Color convert

RGB 158 186 41 -
CMYK 0.15 0 0.78 0.27
HSL 71.59º 0.64% 0.45% -
HSV(B) 71.59º 0.78% 0.73% -
XYZ 32.06 42.55 8.62 -
YUV 161.1 60.22 125.79 -
System Red Green Blue C M Y K H S L
Decimal 158 186 41 0.15 0 0.78 0.27 71.59 0.64 0.45
Hex 9E BA 29 F 0 4E 1B 48 40 2D
Octal 236 272 51 17 0 116 33 110 100 55
Binary 10011110 10111010 101001 1111 0 1001110 11011 1001000 1000000 101101

Color Harmonies of #9EBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA29

Black with #9EBA29

Text Example


Text Example

White with #9EBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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