Html Css Color HEX #9EB82A Bahia

📋 copy color: '#9EB82A'

red 158 ◦ green 184 ◦ blue 42

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

Shades of Bahia #9EB82A

Tints of Bahia #9EB82A

RGB

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

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

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

R = 41.15%
G = 47.92%
B = 10.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#9EB82A (or 0x9EB82A) is known color: Bahia. HEX triplet: 9E, B8 and 2A. RGB value is (158,184,42). Sum of RGB (Red+Green+Blue) = 158+184+42=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB82A is #6147D5. Grayscale: #A0A0A0. Windows color (decimal): -6375382 or 2799774. OLE color: 2799774.

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

Color convert

RGB 158 184 42 -
CMYK 0.14 0 0.77 0.28
HSL 70.99º 0.63% 0.44% -
HSV(B) 70.99º 0.77% 0.72% -
XYZ 31.66 41.72 8.57 -
YUV 160.04 61.39 126.55 -
System Red Green Blue C M Y K H S L
Decimal 158 184 42 0.14 0 0.77 0.28 70.99 0.63 0.44
Hex 9E B8 2A E 0 4D 1C 47 3F 2C
Octal 236 270 52 16 0 115 34 107 77 54
Binary 10011110 10111000 101010 1110 0 1001101 11100 1000111 111111 101100

Color Harmonies of #9EB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB82A

Black with #9EB82A

Text Example


Text Example

White with #9EB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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