Html Css Color HEX #9EBA2A Bahia

📋 copy color: '#9EBA2A'

red 158 ◦ green 186 ◦ blue 42

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

Shades of Bahia #9EBA2A

Tints of Bahia #9EBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 40.93%
G = 48.19%
B = 10.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#9EBA2A (or 0x9EBA2A) is known color: Bahia. HEX triplet: 9E, BA and 2A. RGB value is (158,186,42). Sum of RGB (Red+Green+Blue) = 158+186+42=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA2A is #6145D5. Grayscale: #A1A1A1. Windows color (decimal): -6374870 or 2800286. OLE color: 2800286.

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

Color convert

RGB 158 186 42 -
CMYK 0.15 0 0.77 0.27
HSL 71.67º 0.63% 0.45% -
HSV(B) 71.67º 0.77% 0.73% -
XYZ 32.08 42.55 8.71 -
YUV 161.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 158 186 42 0.15 0 0.77 0.27 71.67 0.63 0.45
Hex 9E BA 2A F 0 4D 1B 48 3F 2D
Octal 236 272 52 17 0 115 33 110 77 55
Binary 10011110 10111010 101010 1111 0 1001101 11011 1001000 111111 101101

Color Harmonies of #9EBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA2A

Black with #9EBA2A

Text Example


Text Example

White with #9EBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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