Html Css Color HEX #9EB824 Bahia

📋 copy color: '#9EB824'

red 158 ◦ green 184 ◦ blue 36

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

Shades of Bahia #9EB824

Tints of Bahia #9EB824

RGB

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

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

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

R = 41.8%
G = 48.68%
B = 9.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#9EB824 (or 0x9EB824) is known color: Bahia. HEX triplet: 9E, B8 and 24. RGB value is (158,184,36). Sum of RGB (Red+Green+Blue) = 158+184+36=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #9EB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB824 is #6147DB. Grayscale: #9F9F9F. Windows color (decimal): -6375388 or 2406558. OLE color: 2406558.

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

Color convert

RGB 158 184 36 -
CMYK 0.14 0 0.80 0.28
HSL 70.54º 0.67% 0.43% -
HSV(B) 70.54º 0.8% 0.72% -
XYZ 31.56 41.68 8.05 -
YUV 159.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 158 184 36 0.14 0 0.80 0.28 70.54 0.67 0.43
Hex 9E B8 24 E 0 50 1C 47 43 2B
Octal 236 270 44 16 0 120 34 107 103 53
Binary 10011110 10111000 100100 1110 0 1010000 11100 1000111 1000011 101011

Color Harmonies of #9EB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB824

Black with #9EB824

Text Example


Text Example

White with #9EB824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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