#99B47A

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

Shades of Olivine #99B47A

Tints of Olivine #99B47A

Color information

#99B47A (or 0x99B47A) is unknown color: approx Olivine. HEX triplet: 99, B4 and 7A. RGB value is (153,180,122). Sum of RGB (Red+Green+Blue) = 153+180+122=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #99B47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B47A is #664B85. Grayscale: #A5A5A5. Windows color (decimal): -6704006 or 8041625. OLE color: 8041625.

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

Color convert

RGB153180122-
CMYK0.1500.320.29
HSL87.93º27.88%59.22%-
HSV(B)87.93º32.22%70.59%-
XYZ32.9740.8224.55-
YUV165.32103.55119.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=33.63%
G=39.56%
B=26.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801220.1500.320.2987.9327.8859.22
Hex99B47AF0201D581c3b
Octal23126417217040351303473
Binary100110011011010011110101111010000011101101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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