Html Css Color HEX #948136 Lemon Ginger

📋 copy color: '#948136'

red 148 ◦ green 129 ◦ blue 54

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

Shades of Lemon Ginger #948136

Tints of Lemon Ginger #948136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 44.71%
G = 38.97%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#948136 (or 0x948136) is known color: Lemon Ginger. HEX triplet: 94, 81 and 36. RGB value is (148,129,54). Sum of RGB (Red+Green+Blue) = 148+129+54=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #948136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948136 is #6B7EC9. Grayscale: #7E7E7E. Windows color (decimal): -7044810 or 3572116. OLE color: 3572116.

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

Color convert

RGB 148 129 54 -
CMYK 0 0.13 0.64 0.42
HSL 47.87º 0.47% 0.4% -
HSV(B) 47.87º 0.64% 0.58% -
XYZ 20.73 22.26 6.69 -
YUV 126.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 148 129 54 0 0.13 0.64 0.42 47.87 0.47 0.4
Hex 94 81 36 0 D 40 2A 30 2F 28
Octal 224 201 66 0 15 100 52 60 57 50
Binary 10010100 10000001 110110 0 1101 1000000 101010 110000 101111 101000

Color Harmonies of #948136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948136

Black with #948136

Text Example


Text Example

White with #948136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948136; }

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

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

background-color css

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

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

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

border-color css

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

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

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