#99B482

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

Shades of Olivine #99B482

Tints of Olivine #99B482

Color information

#99B482 (or 0x99B482) is unknown color: approx Olivine. HEX triplet: 99, B4 and 82. RGB value is (153,180,130). Sum of RGB (Red+Green+Blue) = 153+180+130=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #99B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B482 is #664B7D. Grayscale: #A6A6A6. Windows color (decimal): -6703998 or 8565913. OLE color: 8565913.

HSL color Cylindrical-coordinate representation of color #99B482: hue angle of 92.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99B482 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB153180130-
CMYK0.1500.280.29
HSL92.4º25%60.78%-
HSV(B)92.4º27.78%70.59%-
XYZ33.4941.0327.27-
YUV166.23107.55118.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 180 (70.70% from 255) = 38.88%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=33.05%
G=38.88%
B=28.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531801300.1500.280.2992.42560.78
Hex99B482F01C1D5c193d
Octal23126420217034351343175
Binary100110011011010010000010111101110011101101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,130); }

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

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

 a { background-color: rgb(153,180,130); }

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

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

 span { border-color: rgb(153,180,130); }

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