Html Css Color HEX #948931 Lemon Ginger

📋 copy color: '#948931'

red 148 ◦ green 137 ◦ blue 49

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

Shades of Lemon Ginger #948931

Tints of Lemon Ginger #948931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 44.31%
G = 41.02%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#948931 (or 0x948931) is known color: Lemon Ginger. HEX triplet: 94, 89 and 31. RGB value is (148,137,49). Sum of RGB (Red+Green+Blue) = 148+137+49=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948931 is #6B76CE. Grayscale: #828282. Windows color (decimal): -7042767 or 3246484. OLE color: 3246484.

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

Color convert

RGB 148 137 49 -
CMYK 0 0.07 0.67 0.42
HSL 53.33º 0.5% 0.39% -
HSV(B) 53.33º 0.67% 0.58% -
XYZ 21.71 24.41 6.47 -
YUV 130.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 148 137 49 0 0.07 0.67 0.42 53.33 0.5 0.39
Hex 94 89 31 0 7 43 2A 35 32 27
Octal 224 211 61 0 7 103 52 65 62 47
Binary 10010100 10001001 110001 0 111 1000011 101010 110101 110010 100111

Color Harmonies of #948931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948931

Black with #948931

Text Example


Text Example

White with #948931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948931; }

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

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

background-color css

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

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

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

border-color css

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

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

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