#99B980

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

Shades of Olivine #99B980

Tints of Olivine #99B980

Color information

#99B980 (or 0x99B980) is unknown color: approx Olivine. HEX triplet: 99, B9 and 80. RGB value is (153,185,128). Sum of RGB (Red+Green+Blue) = 153+185+128=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #99B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B980 is #66467F. Grayscale: #A9A9A9. Windows color (decimal): -6702720 or 8436121. OLE color: 8436121.

HSL color Cylindrical-coordinate representation of color #99B980: hue angle of 93.68º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B980 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB153185128-
CMYK0.1700.310.27
HSL93.68º28.93%61.37%-
HSV(B)93.68º30.81%72.55%-
XYZ34.3843.0326.92-
YUV168.93104.9116.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=32.83%
G=39.70%
B=27.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531851280.1700.310.2793.6828.9361.37
Hex99B9801101F1B5e1d3d
Octal23127120021037331363575
Binary1001100110111001100000001000101111111011101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,185,128); }

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

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

 a { background-color: rgb(153,185,128); }

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

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

 span { border-color: rgb(153,185,128); }

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