#9DBF5D

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

Shades of Olivine #9DBF5D

Tints of Olivine #9DBF5D

Color information

#9DBF5D (or 0x9DBF5D) is unknown color: approx Olivine. HEX triplet: 9D, BF and 5D. RGB value is (157,191,93). Sum of RGB (Red+Green+Blue) = 157+191+93=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF5D is #6240A2. Grayscale: #AAAAAA. Windows color (decimal): -6439075 or 6143901. OLE color: 6143901.

HSL color Cylindrical-coordinate representation of color #9DBF5D: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DBF5D is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB15719193-
CMYK0.1800.510.25
HSL80.82º43.36%55.69%-
HSV(B)80.82º51.31%74.9%-
XYZ34.5145.2217.27-
YUV169.6684.74118.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=35.60%
G=43.31%
B=21.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157191930.1800.510.2580.8243.3655.69
Hex9DBF5D1203319512b38
Octal23527713522063311215370
Binary10011101101111111011101100100110011110011010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,93); }

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

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

 a { background-color: rgb(157,191,93); }

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

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

 span { border-color: rgb(157,191,93); }

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