Html Css Color HEX #948137 Lemon Ginger

📋 copy color: '#948137'

red 148 ◦ green 129 ◦ blue 55

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

Shades of Lemon Ginger #948137

Tints of Lemon Ginger #948137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 44.58%
G = 38.86%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#948137 (or 0x948137) is known color: Lemon Ginger. HEX triplet: 94, 81 and 37. RGB value is (148,129,55). Sum of RGB (Red+Green+Blue) = 148+129+55=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948137 is #6B7EC8. Grayscale: #7E7E7E. Windows color (decimal): -7044809 or 3637652. OLE color: 3637652.

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

Color convert

RGB 148 129 55 -
CMYK 0 0.13 0.63 0.42
HSL 47.74º 0.46% 0.4% -
HSV(B) 47.74º 0.63% 0.58% -
XYZ 20.75 22.27 6.82 -
YUV 126.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 148 129 55 0 0.13 0.63 0.42 47.74 0.46 0.4
Hex 94 81 37 0 D 3F 2A 30 2E 28
Octal 224 201 67 0 15 77 52 60 56 50
Binary 10010100 10000001 110111 0 1101 111111 101010 110000 101110 101000

Color Harmonies of #948137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948137

Black with #948137

Text Example


Text Example

White with #948137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948137; }

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

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

background-color css

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

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

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

border-color css

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

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

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