Html Css Color HEX #999483 Grey Olive

📋 copy color: '#999483'

red 153 ◦ green 148 ◦ blue 131

#999483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #999483

Tints of Grey Olive #999483

RGB

 RED value IS 153 (60.16% from 255) = 35.42%

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#999483 (or 0x999483) is known color: 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

RGB 153 148 131 -
CMYK 0 0.03 0.14 0.4
HSL 46.36º 0.1% 0.56% -
HSV(B) 46.36º 0.14% 0.6% -
XYZ 27.82 29.59 25.72 -
YUV 147.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 153 148 131 0 0.03 0.14 0.4 46.36 0.1 0.56
Hex 99 94 83 0 3 E 28 2E A 38
Octal 231 224 203 0 3 16 50 56 12 70
Binary 10011001 10010100 10000011 0 11 1110 101000 101110 1010 111000

Color Harmonies of #999483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999483

Black with #999483

Text Example


Text Example

White with #999483

Text Example


Text Example

HTML Codes & Css Web 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>