#99B47D

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

Shades of Olivine #99B47D

Tints of Olivine #99B47D

Color information

#99B47D (or 0x99B47D) is unknown color: approx Olivine. HEX triplet: 99, B4 and 7D. RGB value is (153,180,125). Sum of RGB (Red+Green+Blue) = 153+180+125=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #99B47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B47D is #664B82. Grayscale: #A5A5A5. Windows color (decimal): -6704003 or 8238233. OLE color: 8238233.

HSL color Cylindrical-coordinate representation of color #99B47D: hue angle of 89.45º 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 #99B47D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB153180125-
CMYK0.1500.310.29
HSL89.45º26.83%59.8%-
HSV(B)89.45º30.56%70.59%-
XYZ33.1640.925.55-
YUV165.66105.05118.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=33.41%
G=39.30%
B=27.29%

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
Decimal1531801250.1500.310.2989.4526.8359.8
Hex99B47DF01F1D591b3c
Octal23126417517037351313374
Binary10011001101101001111101111101111111101101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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