#99BF60

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

Shades of Olivine #99BF60

Tints of Olivine #99BF60

Color information

#99BF60 (or 0x99BF60) is unknown color: approx Olivine. HEX triplet: 99, BF and 60. RGB value is (153,191,96). Sum of RGB (Red+Green+Blue) = 153+191+96=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF60 is #66409F. Grayscale: #A9A9A9. Windows color (decimal): -6701216 or 6340505. OLE color: 6340505.

HSL color Cylindrical-coordinate representation of color #99BF60: hue angle of 84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99BF60 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB15319196-
CMYK0.2000.500.25
HSL84º42.6%56.27%-
HSV(B)84º49.74%74.9%-
XYZ33.8844.8817.94-
YUV168.8186.91116.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.77%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=34.77%
G=43.41%
B=21.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153191960.2000.500.258442.656.27
Hex99BF601403219542b38
Octal23127714024062311245370
Binary10011001101111111100000101000110010110011010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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