#99B981

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

Shades of Olivine #99B981

Tints of Olivine #99B981

Color information

#99B981 (or 0x99B981) is unknown color: approx Olivine. HEX triplet: 99, B9 and 81. RGB value is (153,185,129). Sum of RGB (Red+Green+Blue) = 153+185+129=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #99B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B981 is #66467E. Grayscale: #A9A9A9. Windows color (decimal): -6702719 or 8501657. OLE color: 8501657.

HSL color Cylindrical-coordinate representation of color #99B981: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B981 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB153185129-
CMYK0.1700.300.27
HSL94.29º28.57%61.57%-
HSV(B)94.29º30.27%72.55%-
XYZ34.4543.0627.26-
YUV169.05105.4116.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=32.76%
G=39.61%
B=27.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851290.1700.300.2794.2928.5761.57
Hex99B9811101E1B5e1d3e
Octal23127120121036331363576
Binary1001100110111001100000011000101111011011101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,185,129); }

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

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

 a { background-color: rgb(153,185,129); }

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

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

 span { border-color: rgb(153,185,129); }

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