#99BD81

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

Shades of Olivine #99BD81

Tints of Olivine #99BD81

Color information

#99BD81 (or 0x99BD81) is unknown color: approx Olivine. HEX triplet: 99, BD and 81. RGB value is (153,189,129). Sum of RGB (Red+Green+Blue) = 153+189+129=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD81 is #66427E. Grayscale: #ABABAB. Windows color (decimal): -6701695 or 8502681. OLE color: 8502681.

HSL color Cylindrical-coordinate representation of color #99BD81: hue angle of 96º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BD81 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB153189129-
CMYK0.1900.320.26
HSL96º31.25%62.35%-
HSV(B)96º31.75%74.12%-
XYZ35.344.7527.55-
YUV171.4104.07114.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.48%
GREEN value IS 189 (74.22% from 255) = 40.13%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=32.48%
G=40.13%
B=27.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891290.1900.320.269631.2562.35
Hex99BD81130201A601f3e
Octal23127520123040321403776
Binary10011001101111011000000110011010000011010110000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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