#9DBC80

Color #9DBC80 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DBC80

Tints of Olivine #9DBC80

Color information

#9DBC80 (or 0x9DBC80) is unknown color: approx Olivine. HEX triplet: 9D, BC and 80. RGB value is (157,188,128). Sum of RGB (Red+Green+Blue) = 157+188+128=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC80 is #62437F. Grayscale: #ACACAC. Windows color (decimal): -6439808 or 8436893. OLE color: 8436893.

HSL color Cylindrical-coordinate representation of color #9DBC80: hue angle of 91º 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 #9DBC80 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB157188128-
CMYK0.1600.320.26
HSL91º30.93%61.96%-
HSV(B)91º31.91%73.73%-
XYZ35.7844.6927.16-
YUV171.89103.23117.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.19%
GREEN value IS 188 (73.83% from 255) = 39.75%
BLUE value IS 128 (50.39% from 255) = 27.06%
R=33.19%
G=39.75%
B=27.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881280.1600.320.269130.9361.96
Hex9DBC80100201A5b1f3e
Octal23527420020040321333776
Binary10011101101111001000000010000010000011010101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DBC80;
 }
 .AnyTagClassName
 {
   color: #9DBC80;
 }
</style>
background-color css

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

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

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

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

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

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