Html Css Color HEX #948431 Lemon Ginger

📋 copy color: '#948431'

red 148 ◦ green 132 ◦ blue 49

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

Shades of Lemon Ginger #948431

Tints of Lemon Ginger #948431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 44.98%
G = 40.12%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#948431 (or 0x948431) is known color: Lemon Ginger. HEX triplet: 94, 84 and 31. RGB value is (148,132,49). Sum of RGB (Red+Green+Blue) = 148+132+49=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #948431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948431 is #6B7BCE. Grayscale: #7F7F7F. Windows color (decimal): -7044047 or 3245204. OLE color: 3245204.

HSL color Cylindrical-coordinate representation of color #948431: hue angle of 50.3º 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 #948431 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 49 -
CMYK 0 0.11 0.67 0.42
HSL 50.3º 0.5% 0.39% -
HSV(B) 50.3º 0.67% 0.58% -
XYZ 21.02 23.02 6.24 -
YUV 127.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 148 132 49 0 0.11 0.67 0.42 50.3 0.5 0.39
Hex 94 84 31 0 B 43 2A 32 32 27
Octal 224 204 61 0 13 103 52 62 62 47
Binary 10010100 10000100 110001 0 1011 1000011 101010 110010 110010 100111

Color Harmonies of #948431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948431

Black with #948431

Text Example


Text Example

White with #948431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948431; }

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

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

background-color css

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

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

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

border-color css

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

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

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