#99BD63

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

Shades of Olivine #99BD63

Tints of Olivine #99BD63

Color information

#99BD63 (or 0x99BD63) is unknown color: approx Olivine. HEX triplet: 99, BD and 63. RGB value is (153,189,99). Sum of RGB (Red+Green+Blue) = 153+189+99=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BD63 is #66429C. Grayscale: #A8A8A8. Windows color (decimal): -6701725 or 6536601. OLE color: 6536601.

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

Color convert

RGB15318999-
CMYK0.1900.480.26
HSL84º40.54%56.47%-
HSV(B)84º47.62%74.12%-
XYZ33.5944.0718.54-
YUV167.9889.07117.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=34.69%
G=42.86%
B=22.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153189990.1900.480.268440.5456.47
Hex99BD63130301A542938
Octal23127514323060321245170
Binary10011001101111011100011100110110000110101010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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