Html Css Color HEX #948831 Lemon Ginger

📋 copy color: '#948831'

red 148 ◦ green 136 ◦ blue 49

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

Shades of Lemon Ginger #948831

Tints of Lemon Ginger #948831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 44.44%
G = 40.84%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#948831 (or 0x948831) is known color: Lemon Ginger. HEX triplet: 94, 88 and 31. RGB value is (148,136,49). Sum of RGB (Red+Green+Blue) = 148+136+49=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948831 is #6B77CE. Grayscale: #828282. Windows color (decimal): -7043023 or 3246228. OLE color: 3246228.

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

Color convert

RGB 148 136 49 -
CMYK 0 0.08 0.67 0.42
HSL 52.73º 0.5% 0.39% -
HSV(B) 52.73º 0.67% 0.58% -
XYZ 21.57 24.13 6.43 -
YUV 129.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 148 136 49 0 0.08 0.67 0.42 52.73 0.5 0.39
Hex 94 88 31 0 8 43 2A 35 32 27
Octal 224 210 61 0 10 103 52 65 62 47
Binary 10010100 10001000 110001 0 1000 1000011 101010 110101 110010 100111

Color Harmonies of #948831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948831

Black with #948831

Text Example


Text Example

White with #948831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948831; }

 p { color: rgb(148,136,49); }

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

background-color css

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

 a { background-color: rgb(148,136,49); }

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

border-color css

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

 span { border-color: rgb(148,136,49); }

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