Html Css Color HEX #9EB524 Bahia

📋 copy color: '#9EB524'

red 158 ◦ green 181 ◦ blue 36

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

Shades of Bahia #9EB524

Tints of Bahia #9EB524

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.27%

 BLUE value IS 36 (14.45% from 255) = 9.6%

R = 42.13%
G = 48.27%
B = 9.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#9EB524 (or 0x9EB524) is known color: Bahia. HEX triplet: 9E, B5 and 24. RGB value is (158,181,36). Sum of RGB (Red+Green+Blue) = 158+181+36=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #9EB524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB524 is #614ADB. Grayscale: #9E9E9E. Windows color (decimal): -6376156 or 2405790. OLE color: 2405790.

HSL color Cylindrical-coordinate representation of color #9EB524: hue angle of 69.52º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EB524 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 181 36 -
CMYK 0.13 0 0.80 0.29
HSL 69.52º 0.67% 0.43% -
HSV(B) 69.52º 0.8% 0.71% -
XYZ 30.94 40.44 7.84 -
YUV 157.59 59.38 128.29 -
System Red Green Blue C M Y K H S L
Decimal 158 181 36 0.13 0 0.80 0.29 69.52 0.67 0.43
Hex 9E B5 24 D 0 50 1D 46 43 2B
Octal 236 265 44 15 0 120 35 106 103 53
Binary 10011110 10110101 100100 1101 0 1010000 11101 1000110 1000011 101011

Color Harmonies of #9EB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB524

Black with #9EB524

Text Example


Text Example

White with #9EB524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,181,36); }

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

background-color css

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

 a { background-color: rgb(158,181,36); }

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

border-color css

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

 span { border-color: rgb(158,181,36); }

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