#99B47C

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

Shades of Olivine #99B47C

Tints of Olivine #99B47C

Color information

#99B47C (or 0x99B47C) is unknown color: approx Olivine. HEX triplet: 99, B4 and 7C. RGB value is (153,180,124). Sum of RGB (Red+Green+Blue) = 153+180+124=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #99B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B47C is #664B83. Grayscale: #A5A5A5. Windows color (decimal): -6704004 or 8172697. OLE color: 8172697.

HSL color Cylindrical-coordinate representation of color #99B47C: hue angle of 88.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B47C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB153180124-
CMYK0.1500.310.29
HSL88.93º27.18%59.61%-
HSV(B)88.93º31.11%70.59%-
XYZ33.140.8725.21-
YUV165.54104.55119.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 180 (70.70% from 255) = 39.39%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=33.48%
G=39.39%
B=27.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801240.1500.310.2988.9327.1859.61
Hex99B47CF01F1D591b3c
Octal23126417417037351313374
Binary10011001101101001111100111101111111101101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B47C; }

 p { color: rgb(153,180,124); }

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

<style>
 a { background-color: #99B47C; }

 a { background-color: rgb(153,180,124); }

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

<style>
 span { border-color: #99B47C; }

 span { border-color: rgb(153,180,124); }

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