#9DBC81

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

Shades of Olivine #9DBC81

Tints of Olivine #9DBC81

Color information

#9DBC81 (or 0x9DBC81) is unknown color: approx Olivine. HEX triplet: 9D, BC and 81. RGB value is (157,188,129). Sum of RGB (Red+Green+Blue) = 157+188+129=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC81 is #62437E. Grayscale: #ACACAC. Windows color (decimal): -6439807 or 8502429. OLE color: 8502429.

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

Color convert

RGB157188129-
CMYK0.1600.310.26
HSL91.53º30.57%62.16%-
HSV(B)91.53º31.38%73.73%-
XYZ35.8544.7227.51-
YUV172103.73117.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=33.12%
G=39.66%
B=27.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881290.1600.310.2691.5330.5762.16
Hex9DBC811001F1A5c1f3e
Octal23527420120037321343776
Binary1001110110111100100000011000001111111010101110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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