Html Css Color HEX #9EB71C Bahia

📋 copy color: '#9EB71C'

red 158 ◦ green 183 ◦ blue 28

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

Shades of Bahia #9EB71C

Tints of Bahia #9EB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.59%

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 42.82%
G = 49.59%
B = 7.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#9EB71C (or 0x9EB71C) is known color: Bahia. HEX triplet: 9E, B7 and 1C. RGB value is (158,183,28). Sum of RGB (Red+Green+Blue) = 158+183+28=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #9EB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB71C is #6148E3. Grayscale: #9E9E9E. Windows color (decimal): -6375652 or 1882014. OLE color: 1882014.

HSL color Cylindrical-coordinate representation of color #9EB71C: hue angle of 69.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9EB71C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 158 183 28 -
CMYK 0.14 0 0.85 0.28
HSL 69.68º 0.73% 0.41% -
HSV(B) 69.68º 0.85% 0.72% -
XYZ 31.24 41.22 7.41 -
YUV 157.86 54.72 128.1 -
System Red Green Blue C M Y K H S L
Decimal 158 183 28 0.14 0 0.85 0.28 69.68 0.73 0.41
Hex 9E B7 1C E 0 55 1C 46 49 29
Octal 236 267 34 16 0 125 34 106 111 51
Binary 10011110 10110111 11100 1110 0 1010101 11100 1000110 1001001 101001

Color Harmonies of #9EB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB71C

Black with #9EB71C

Text Example


Text Example

White with #9EB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,183,28); }

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

background-color css

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

 a { background-color: rgb(158,183,28); }

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

border-color css

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

 span { border-color: rgb(158,183,28); }

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