#9DBC63

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

Shades of Olivine #9DBC63

Tints of Olivine #9DBC63

Color information

#9DBC63 (or 0x9DBC63) is unknown color: approx Olivine. HEX triplet: 9D, BC and 63. RGB value is (157,188,99). Sum of RGB (Red+Green+Blue) = 157+188+99=444 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.36% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC63 is #62439C. Grayscale: #A8A8A8. Windows color (decimal): -6439837 or 6536349. OLE color: 6536349.

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

Color convert

RGB15718899-
CMYK0.1600.470.26
HSL80.9º39.91%56.27%-
HSV(B)80.9º47.34%73.73%-
XYZ34.1444.0418.5-
YUV168.5888.73119.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.36%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 99 (39.06% from 255) = 22.30%
R=35.36%
G=42.34%
B=22.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal157188990.1600.470.2680.939.9156.27
Hex9DBC631002F1A512838
Octal23527414320057321215070
Binary10011101101111001100011100000101111110101010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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