Html Css Color HEX #999782 Lemon Grass

📋 copy color: '#999782'

red 153 ◦ green 151 ◦ blue 130

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

Shades of Lemon Grass #999782

Tints of Lemon Grass #999782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.79%

 BLUE value IS 130 (51.17% from 255) = 29.95%

R = 35.25%
G = 34.79%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#999782 (or 0x999782) is known color: Lemon Grass. HEX triplet: 99, 97 and 82. RGB value is (153,151,130). Sum of RGB (Red+Green+Blue) = 153+151+130=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #999782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999782 is #66687D. Grayscale: #959595. Windows color (decimal): -6711422 or 8558489. OLE color: 8558489.

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

Color convert

RGB 153 151 130 -
CMYK 0 0.01 0.15 0.4
HSL 54.78º 0.1% 0.55% -
HSV(B) 54.78º 0.15% 0.6% -
XYZ 28.23 30.52 25.52 -
YUV 149.2 117.16 130.71 -
System Red Green Blue C M Y K H S L
Decimal 153 151 130 0 0.01 0.15 0.4 54.78 0.1 0.55
Hex 99 97 82 0 1 F 28 37 A 37
Octal 231 227 202 0 1 17 50 67 12 67
Binary 10011001 10010111 10000010 0 1 1111 101000 110111 1010 110111

Color Harmonies of #999782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999782

Black with #999782

Text Example


Text Example

White with #999782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999782; }

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

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

background-color css

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

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

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

border-color css

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

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

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