#9DBD80

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

Shades of Olivine #9DBD80

Tints of Olivine #9DBD80

Color information

#9DBD80 (or 0x9DBD80) is unknown color: approx Olivine. HEX triplet: 9D, BD and 80. RGB value is (157,189,128). Sum of RGB (Red+Green+Blue) = 157+189+128=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD80 is #62427F. Grayscale: #ACACAC. Windows color (decimal): -6439552 or 8437149. OLE color: 8437149.

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

Color convert

RGB157189128-
CMYK0.1700.320.26
HSL91.48º31.61%62.16%-
HSV(B)91.48º32.28%74.12%-
XYZ3645.1227.23-
YUV172.48102.9116.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=33.12%
G=39.87%
B=27.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891280.1700.320.2691.4831.6162.16
Hex9DBD80110201A5b203e
Octal23527520021040321334076
Binary100111011011110110000000100010100000110101011011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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