Html Css Color HEX #948613 Lemon Ginger

📋 copy color: '#948613'

red 148 ◦ green 134 ◦ blue 19

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

Shades of Lemon Ginger #948613

Tints of Lemon Ginger #948613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 49.17%
G = 44.52%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#948613 (or 0x948613) is known color: Lemon Ginger. HEX triplet: 94, 86 and 13. RGB value is (148,134,19). Sum of RGB (Red+Green+Blue) = 148+134+19=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #948613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948613 is #6B79EC. Grayscale: #7D7D7D. Windows color (decimal): -7043565 or 1279636. OLE color: 1279636.

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

Color convert

RGB 148 134 19 -
CMYK 0 0.09 0.87 0.42
HSL 53.49º 0.77% 0.33% -
HSV(B) 53.49º 0.87% 0.58% -
XYZ 20.86 23.39 4.03 -
YUV 125.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 148 134 19 0 0.09 0.87 0.42 53.49 0.77 0.33
Hex 94 86 13 0 9 57 2A 35 4D 21
Octal 224 206 23 0 11 127 52 65 115 41
Binary 10010100 10000110 10011 0 1001 1010111 101010 110101 1001101 100001

Color Harmonies of #948613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948613

Black with #948613

Text Example


Text Example

White with #948613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948613; }

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

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

background-color css

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

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

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

border-color css

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

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

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