#9DB480

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

Shades of Olivine #9DB480

Tints of Olivine #9DB480

Color information

#9DB480 (or 0x9DB480) is unknown color: approx Olivine. HEX triplet: 9D, B4 and 80. RGB value is (157,180,128). Sum of RGB (Red+Green+Blue) = 157+180+128=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB480 is #624B7F. Grayscale: #A7A7A7. Windows color (decimal): -6441856 or 8434845. OLE color: 8434845.

HSL color Cylindrical-coordinate representation of color #9DB480: hue angle of 86.54º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB480 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB157180128-
CMYK0.1300.290.29
HSL86.54º25.74%60.39%-
HSV(B)86.54º28.89%70.59%-
XYZ34.1241.3726.61-
YUV167.2105.88120.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=33.76%
G=38.71%
B=27.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571801280.1300.290.2986.5425.7460.39
Hex9DB480D01D1D571a3c
Octal23526420015035351273274
Binary100111011011010010000000110101110111101101011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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