Html Css Color HEX #9EB127 Bahia

📋 copy color: '#9EB127'

red 158 ◦ green 177 ◦ blue 39

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

Shades of Bahia #9EB127

Tints of Bahia #9EB127

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.33%

 BLUE value IS 39 (15.63% from 255) = 10.43%

R = 42.25%
G = 47.33%
B = 10.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#9EB127 (or 0x9EB127) is known color: Bahia. HEX triplet: 9E, B1 and 27. RGB value is (158,177,39). Sum of RGB (Red+Green+Blue) = 158+177+39=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 39 (15.62% from 255 or 10.43% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EB127 is #614ED8. Grayscale: #9C9C9C. Windows color (decimal): -6377177 or 2601374. OLE color: 2601374.

HSL color Cylindrical-coordinate representation of color #9EB127: hue angle of 68.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EB127 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 177 39 -
CMYK 0.11 0 0.78 0.31
HSL 68.26º 0.64% 0.42% -
HSV(B) 68.26º 0.78% 0.69% -
XYZ 30.19 38.86 7.83 -
YUV 155.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 158 177 39 0.11 0 0.78 0.31 68.26 0.64 0.42
Hex 9E B1 27 B 0 4E 1F 44 40 2A
Octal 236 261 47 13 0 116 37 104 100 52
Binary 10011110 10110001 100111 1011 0 1001110 11111 1000100 1000000 101010

Color Harmonies of #9EB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB127

Black with #9EB127

Text Example


Text Example

White with #9EB127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,177,39); }

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

background-color css

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

 a { background-color: rgb(158,177,39); }

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

border-color css

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

 span { border-color: rgb(158,177,39); }

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