#99BF63

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

Shades of Olivine #99BF63

Tints of Olivine #99BF63

Color information

#99BF63 (or 0x99BF63) is unknown color: approx Olivine. HEX triplet: 99, BF and 63. RGB value is (153,191,99). Sum of RGB (Red+Green+Blue) = 153+191+99=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF63 is #66409C. Grayscale: #A9A9A9. Windows color (decimal): -6701213 or 6537113. OLE color: 6537113.

HSL color Cylindrical-coordinate representation of color #99BF63: hue angle of 84.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99BF63 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB15319199-
CMYK0.2000.480.25
HSL84.78º41.82%56.86%-
HSV(B)84.78º48.17%74.9%-
XYZ34.0244.9318.68-
YUV169.1588.41116.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 99 (39.06% from 255) = 22.35%
R=34.54%
G=43.12%
B=22.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153191990.2000.480.2584.7841.8256.86
Hex99BF631403019552a39
Octal23127714324060311255271
Binary10011001101111111100011101000110000110011010101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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