Html Css Color HEX #9EB622 Bahia

📋 copy color: '#9EB622'

red 158 ◦ green 182 ◦ blue 34

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

Shades of Bahia #9EB622

Tints of Bahia #9EB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

 BLUE value IS 34 (13.67% from 255) = 9.09%

R = 42.25%
G = 48.66%
B = 9.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#9EB622 (or 0x9EB622) is known color: Bahia. HEX triplet: 9E, B6 and 22. RGB value is (158,182,34). Sum of RGB (Red+Green+Blue) = 158+182+34=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB622 is #6149DD. Grayscale: #9E9E9E. Windows color (decimal): -6375902 or 2274974. OLE color: 2274974.

HSL color Cylindrical-coordinate representation of color #9EB622: hue angle of 69.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EB622 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 182 34 -
CMYK 0.13 0 0.81 0.29
HSL 69.73º 0.69% 0.42% -
HSV(B) 69.73º 0.81% 0.71% -
XYZ 31.12 40.84 7.76 -
YUV 157.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 158 182 34 0.13 0 0.81 0.29 69.73 0.69 0.42
Hex 9E B6 22 D 0 51 1D 46 45 2A
Octal 236 266 42 15 0 121 35 106 105 52
Binary 10011110 10110110 100010 1101 0 1010001 11101 1000110 1000101 101010

Color Harmonies of #9EB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB622

Black with #9EB622

Text Example


Text Example

White with #9EB622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,182,34); }

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

background-color css

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

 a { background-color: rgb(158,182,34); }

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

border-color css

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

 span { border-color: rgb(158,182,34); }

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