Html Css Color HEX #9EB631 Bahia

📋 copy color: '#9EB631'

red 158 ◦ green 182 ◦ blue 49

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

Shades of Bahia #9EB631

Tints of Bahia #9EB631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.6%

R = 40.62%
G = 46.79%
B = 12.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#9EB631 (or 0x9EB631) is known color: Bahia. HEX triplet: 9E, B6 and 31. RGB value is (158,182,49). Sum of RGB (Red+Green+Blue) = 158+182+49=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #9EB631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB631 is #6149CE. Grayscale: #A0A0A0. Windows color (decimal): -6375887 or 3258014. OLE color: 3258014.

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

Color convert

RGB 158 182 49 -
CMYK 0.13 0 0.73 0.29
HSL 70.83º 0.58% 0.45% -
HSV(B) 70.83º 0.73% 0.71% -
XYZ 31.38 40.95 9.16 -
YUV 159.66 65.55 126.81 -
System Red Green Blue C M Y K H S L
Decimal 158 182 49 0.13 0 0.73 0.29 70.83 0.58 0.45
Hex 9E B6 31 D 0 49 1D 47 3A 2D
Octal 236 266 61 15 0 111 35 107 72 55
Binary 10011110 10110110 110001 1101 0 1001001 11101 1000111 111010 101101

Color Harmonies of #9EB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB631

Black with #9EB631

Text Example


Text Example

White with #9EB631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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