Html Css Color HEX #949782 Lemon Grass

📋 copy color: '#949782'

red 148 ◦ green 151 ◦ blue 130

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

Shades of Lemon Grass #949782

Tints of Lemon Grass #949782

RGB

 RED value IS 148 (58.2% from 255) = 34.5%

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

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

R = 34.5%
G = 35.2%
B = 30.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#949782 (or 0x949782) is known color: Lemon Grass. HEX triplet: 94, 97 and 82. RGB value is (148,151,130). Sum of RGB (Red+Green+Blue) = 148+151+130=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 151 - color contains mainly: green. Hex color #949782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949782 is #6B687D. Grayscale: #939393. Windows color (decimal): -7039102 or 8558484. OLE color: 8558484.

HSL color Cylindrical-coordinate representation of color #949782: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949782 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 130 -
CMYK 0.02 0 0.14 0.41
HSL 68.57º 0.09% 0.55% -
HSV(B) 68.57º 0.14% 0.59% -
XYZ 27.31 30.04 25.48 -
YUV 147.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 148 151 130 0.02 0 0.14 0.41 68.57 0.09 0.55
Hex 94 97 82 2 0 E 29 45 9 37
Octal 224 227 202 2 0 16 51 105 11 67
Binary 10010100 10010111 10000010 10 0 1110 101001 1000101 1001 110111

Color Harmonies of #949782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949782

Black with #949782

Text Example


Text Example

White with #949782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949782; }

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

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

background-color css

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

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

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

border-color css

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

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

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