Html Css Color HEX #949281 Lemon Grass

📋 copy color: '#949281'

red 148 ◦ green 146 ◦ blue 129

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

Shades of Lemon Grass #949281

Tints of Lemon Grass #949281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 34.99%
G = 34.52%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#949281 (or 0x949281) is known color: Lemon Grass. HEX triplet: 94, 92 and 81. RGB value is (148,146,129). Sum of RGB (Red+Green+Blue) = 148+146+129=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #949281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949281 is #6B6D7E. Grayscale: #909090. Windows color (decimal): -7040383 or 8491668. OLE color: 8491668.

HSL color Cylindrical-coordinate representation of color #949281: hue angle of 53.68º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949281 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 129 -
CMYK 0 0.01 0.13 0.42
HSL 53.68º 0.08% 0.54% -
HSV(B) 53.68º 0.13% 0.58% -
XYZ 26.45 28.44 24.86 -
YUV 144.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 148 146 129 0 0.01 0.13 0.42 53.68 0.08 0.54
Hex 94 92 81 0 1 D 2A 36 8 36
Octal 224 222 201 0 1 15 52 66 10 66
Binary 10010100 10010010 10000001 0 1 1101 101010 110110 1000 110110

Color Harmonies of #949281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949281

Black with #949281

Text Example


Text Example

White with #949281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949281; }

 p { color: rgb(148,146,129); }

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

background-color css

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

 a { background-color: rgb(148,146,129); }

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

border-color css

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

 span { border-color: rgb(148,146,129); }

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