#99B180

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

Shades of Olivine #99B180

Tints of Olivine #99B180

Color information

#99B180 (or 0x99B180) is unknown color: approx Olivine. HEX triplet: 99, B1 and 80. RGB value is (153,177,128). Sum of RGB (Red+Green+Blue) = 153+177+128=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #99B180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99B180 is #664E7F. Grayscale: #A4A4A4. Windows color (decimal): -6704768 or 8434073. OLE color: 8434073.

HSL color Cylindrical-coordinate representation of color #99B180: hue angle of 89.39º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99B180 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB153177128-
CMYK0.1400.280.31
HSL89.39º23.9%59.8%-
HSV(B)89.39º27.68%69.41%-
XYZ32.7639.7826.37-
YUV164.24107.55119.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=33.41%
G=38.65%
B=27.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531771280.1400.280.3189.3923.959.8
Hex99B180E01C1F59183c
Octal23126120016034371313074
Binary100110011011000110000000111001110011111101100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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