Html Css Color HEX #9EB22A Bahia

📋 copy color: '#9EB22A'

red 158 ◦ green 178 ◦ blue 42

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

Shades of Bahia #9EB22A

Tints of Bahia #9EB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.09%

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

R = 41.8%
G = 47.09%
B = 11.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#9EB22A (or 0x9EB22A) is known color: Bahia. HEX triplet: 9E, B2 and 2A. RGB value is (158,178,42). Sum of RGB (Red+Green+Blue) = 158+178+42=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB22A is #614DD5. Grayscale: #9D9D9D. Windows color (decimal): -6376918 or 2798238. OLE color: 2798238.

HSL color Cylindrical-coordinate representation of color #9EB22A: hue angle of 68.82º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9EB22A is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 42 -
CMYK 0.11 0 0.76 0.30
HSL 68.82º 0.62% 0.43% -
HSV(B) 68.82º 0.76% 0.7% -
XYZ 30.44 39.28 8.17 -
YUV 156.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 158 178 42 0.11 0 0.76 0.30 68.82 0.62 0.43
Hex 9E B2 2A B 0 4C 1E 45 3E 2B
Octal 236 262 52 13 0 114 36 105 76 53
Binary 10011110 10110010 101010 1011 0 1001100 11110 1000101 111110 101011

Color Harmonies of #9EB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB22A

Black with #9EB22A

Text Example


Text Example

White with #9EB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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