#999483

Color #999483 Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #999483

Tints of Grey Olive #999483

Color information

#999483 (or 0x999483) is unknown color: approx Grey Olive. HEX triplet: 99, 94 and 83. RGB value is (153,148,131). Sum of RGB (Red+Green+Blue) = 153+148+131=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 131 (51.56% from 255 or 30.32% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #999483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999483 is #666B7C. Grayscale: #939393. Windows color (decimal): -6712189 or 8623257. OLE color: 8623257.

HSL color Cylindrical-coordinate representation of color #999483: hue angle of 46.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999483 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153148131-
CMYK00.030.140.4
HSL46.36º9.73%55.69%-
HSV(B)46.36º14.38%60%-
XYZ27.8229.5925.72-
YUV147.56118.66131.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 148 (58.20% from 255) = 34.26%
BLUE value IS 131 (51.56% from 255) = 30.32%
R=35.42%
G=34.26%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314813100.030.140.446.369.7355.69
Hex99948303E282ea38
Octal231224203031650561270
Binary10011001100101001000001101111101010001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999483; }

 p { color: rgb(153,148,131); }

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

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

 a { background-color: rgb(153,148,131); }

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

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

 span { border-color: rgb(153,148,131); }

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