Html Css Color HEX #948614 Lemon Ginger

📋 copy color: '#948614'

red 148 ◦ green 134 ◦ blue 20

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

Shades of Lemon Ginger #948614

Tints of Lemon Ginger #948614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 49.01%
G = 44.37%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#948614 (or 0x948614) is known color: Lemon Ginger. HEX triplet: 94, 86 and 14. RGB value is (148,134,20). Sum of RGB (Red+Green+Blue) = 148+134+20=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #948614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948614 is #6B79EB. Grayscale: #7D7D7D. Windows color (decimal): -7043564 or 1345172. OLE color: 1345172.

HSL color Cylindrical-coordinate representation of color #948614: hue angle of 53.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #948614 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 20 -
CMYK 0 0.09 0.86 0.42
HSL 53.44º 0.76% 0.33% -
HSV(B) 53.44º 0.86% 0.58% -
XYZ 20.86 23.4 4.08 -
YUV 125.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 148 134 20 0 0.09 0.86 0.42 53.44 0.76 0.33
Hex 94 86 14 0 9 56 2A 35 4C 21
Octal 224 206 24 0 11 126 52 65 114 41
Binary 10010100 10000110 10100 0 1001 1010110 101010 110101 1001100 100001

Color Harmonies of #948614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948614

Black with #948614

Text Example


Text Example

White with #948614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948614; }

 p { color: rgb(148,134,20); }

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

background-color css

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

 a { background-color: rgb(148,134,20); }

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

border-color css

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

 span { border-color: rgb(148,134,20); }

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