Html Css Color HEX #9EBC80 Olivine

📋 copy color: '#9EBC80'

red 158 ◦ green 188 ◦ blue 128

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

Shades of Olivine #9EBC80

Tints of Olivine #9EBC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 33.33%
G = 39.66%
B = 27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#9EBC80 (or 0x9EBC80) is known color: Olivine. HEX triplet: 9E, BC and 80. RGB value is (158,188,128). Sum of RGB (Red+Green+Blue) = 158+188+128=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBC80 is #61437F. Grayscale: #ACACAC. Windows color (decimal): -6374272 or 8436894. OLE color: 8436894.

HSL color Cylindrical-coordinate representation of color #9EBC80: hue angle of 90º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EBC80 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 128 -
CMYK 0.16 0 0.32 0.26
HSL 90º 0.31% 0.62% -
HSV(B) 90º 0.32% 0.74% -
XYZ 35.98 44.79 27.17 -
YUV 172.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 158 188 128 0.16 0 0.32 0.26 90 0.31 0.62
Hex 9E BC 80 10 0 20 1A 5A 1F 3E
Octal 236 274 200 20 0 40 32 132 37 76
Binary 10011110 10111100 10000000 10000 0 100000 11010 1011010 11111 111110

Color Harmonies of #9EBC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC80

Black with #9EBC80

Text Example


Text Example

White with #9EBC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,188,128); }

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

background-color css

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

 a { background-color: rgb(158,188,128); }

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

border-color css

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

 span { border-color: rgb(158,188,128); }

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