Html Css Color HEX #949283 Lemon Grass

📋 copy color: '#949283'

red 148 ◦ green 146 ◦ blue 131

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

Shades of Lemon Grass #949283

Tints of Lemon Grass #949283

RGB

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

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

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

R = 34.82%
G = 34.35%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#949283 (or 0x949283) is known color: Lemon Grass. HEX triplet: 94, 92 and 83. RGB value is (148,146,131). Sum of RGB (Red+Green+Blue) = 148+146+131=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #949283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949283 is #6B6D7C. Grayscale: #909090. Windows color (decimal): -7040381 or 8622740. OLE color: 8622740.

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

Color convert

RGB 148 146 131 -
CMYK 0 0.01 0.11 0.42
HSL 52.94º 0.07% 0.55% -
HSV(B) 52.94º 0.11% 0.58% -
XYZ 26.59 28.49 25.57 -
YUV 144.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 148 146 131 0 0.01 0.11 0.42 52.94 0.07 0.55
Hex 94 92 83 0 1 B 2A 35 7 37
Octal 224 222 203 0 1 13 52 65 7 67
Binary 10010100 10010010 10000011 0 1 1011 101010 110101 111 110111

Color Harmonies of #949283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949283

Black with #949283

Text Example


Text Example

White with #949283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949283; }

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

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

background-color css

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

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

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

border-color css

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

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

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