#9DBF59

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

Shades of Olivine #9DBF59

Tints of Olivine #9DBF59

Color information

#9DBF59 (or 0x9DBF59) is unknown color: approx Olivine. HEX triplet: 9D, BF and 59. RGB value is (157,191,89). Sum of RGB (Red+Green+Blue) = 157+191+89=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF59 is #6240A6. Grayscale: #A9A9A9. Windows color (decimal): -6439079 or 5881757. OLE color: 5881757.

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

Color convert

RGB15719189-
CMYK0.1800.530.25
HSL80º44.35%54.9%-
HSV(B)80º53.4%74.9%-
XYZ34.3445.1516.36-
YUV169.2182.74119.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 191 (75% from 255) = 43.71%
BLUE value IS 89 (35.16% from 255) = 20.37%
R=35.93%
G=43.71%
B=20.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157191890.1800.530.258044.3554.9
Hex9DBF591203519502c37
Octal23527713122065311205467
Binary10011101101111111011001100100110101110011010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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