#9DBD66

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

Shades of Olivine #9DBD66

Tints of Olivine #9DBD66

Color information

#9DBD66 (or 0x9DBD66) is unknown color: approx Olivine. HEX triplet: 9D, BD and 66. RGB value is (157,189,102). Sum of RGB (Red+Green+Blue) = 157+189+102=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD66 is #624299. Grayscale: #A9A9A9. Windows color (decimal): -6439578 or 6733213. OLE color: 6733213.

HSL color Cylindrical-coordinate representation of color #9DBD66: hue angle of 82.07º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DBD66 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB157189102-
CMYK0.1700.460.26
HSL82.07º39.73%57.06%-
HSV(B)82.07º46.03%74.12%-
XYZ34.544.5219.35-
YUV169.5189.9119.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 102 (40.23% from 255) = 22.77%
R=35.04%
G=42.19%
B=22.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891020.1700.460.2682.0739.7357.06
Hex9DBD661102E1A522839
Octal23527514621056321225071
Binary10011101101111011100110100010101110110101010010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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