Html Css Color HEX #999883 Lemon Grass

📋 copy color: '#999883'

red 153 ◦ green 152 ◦ blue 131

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

Shades of Lemon Grass #999883

Tints of Lemon Grass #999883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

 BLUE value IS 131 (51.56% from 255) = 30.05%

R = 35.09%
G = 34.86%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#999883 (or 0x999883) is known color: Lemon Grass. HEX triplet: 99, 98 and 83. RGB value is (153,152,131). Sum of RGB (Red+Green+Blue) = 153+152+131=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #999883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999883 is #66677C. Grayscale: #959595. Windows color (decimal): -6711165 or 8624281. OLE color: 8624281.

HSL color Cylindrical-coordinate representation of color #999883: hue angle of 57.27º 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 #999883 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 131 -
CMYK 0 0.01 0.14 0.4
HSL 57.27º 0.1% 0.56% -
HSV(B) 57.27º 0.14% 0.6% -
XYZ 28.46 30.87 25.93 -
YUV 149.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 153 152 131 0 0.01 0.14 0.4 57.27 0.1 0.56
Hex 99 98 83 0 1 E 28 39 A 38
Octal 231 230 203 0 1 16 50 71 12 70
Binary 10011001 10011000 10000011 0 1 1110 101000 111001 1010 111000

Color Harmonies of #999883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999883

Black with #999883

Text Example


Text Example

White with #999883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999883; }

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

 H1.HeaderClassName
 {
   color: #999883;
 }
 .AnyTagClassName
 {
   color: #999883;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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