#99BC73

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

Shades of Olivine #99BC73

Tints of Olivine #99BC73

Color information

#99BC73 (or 0x99BC73) is unknown color: approx Olivine. HEX triplet: 99, BC and 73. RGB value is (153,188,115). Sum of RGB (Red+Green+Blue) = 153+188+115=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC73 is #66438C. Grayscale: #A9A9A9. Windows color (decimal): -6701965 or 7584921. OLE color: 7584921.

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

Color convert

RGB153188115-
CMYK0.1900.390.26
HSL88.77º35.27%59.41%-
HSV(B)88.77º38.83%73.73%-
XYZ34.2143.9822.9-
YUV169.2197.4116.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 188 (73.83% from 255) = 41.23%
BLUE value IS 115 (45.31% from 255) = 25.22%
R=33.55%
G=41.23%
B=25.22%

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
Decimal1531881150.1900.390.2688.7735.2759.41
Hex99BC73130271A59233b
Octal23127416323047321314373
Binary10011001101111001110011100110100111110101011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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