#9DBD5C

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

Shades of Olivine #9DBD5C

Tints of Olivine #9DBD5C

Color information

#9DBD5C (or 0x9DBD5C) is unknown color: approx Olivine. HEX triplet: 9D, BD and 5C. RGB value is (157,189,92). Sum of RGB (Red+Green+Blue) = 157+189+92=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBD5C is #6242A3. Grayscale: #A8A8A8. Windows color (decimal): -6439588 or 6077853. OLE color: 6077853.

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

Color convert

RGB15718992-
CMYK0.1700.510.26
HSL79.79º42.36%55.1%-
HSV(B)79.79º51.32%74.12%-
XYZ34.0344.3416.89-
YUV168.3784.9119.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.84%
GREEN value IS 189 (74.22% from 255) = 43.15%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=35.84%
G=43.15%
B=21.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157189920.1700.510.2679.7942.3655.1
Hex9DBD5C110331A502a37
Octal23527513421063321205267
Binary10011101101111011011100100010110011110101010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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