#99BD73

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

Shades of Olivine #99BD73

Tints of Olivine #99BD73

Color information

#99BD73 (or 0x99BD73) is unknown color: approx Olivine. HEX triplet: 99, BD and 73. RGB value is (153,189,115). Sum of RGB (Red+Green+Blue) = 153+189+115=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD73 is #66428C. Grayscale: #AAAAAA. Windows color (decimal): -6701709 or 7585177. OLE color: 7585177.

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

Color convert

RGB153189115-
CMYK0.1900.390.26
HSL89.19º35.92%59.61%-
HSV(B)89.19º39.15%74.12%-
XYZ34.4344.4122.98-
YUV169.897.07116.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=33.48%
G=41.36%
B=25.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531891150.1900.390.2689.1935.9259.61
Hex99BD73130271A59243c
Octal23127516323047321314474
Binary10011001101111011110011100110100111110101011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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