Html Css Color HEX #948619 Lemon Ginger

📋 copy color: '#948619'

red 148 ◦ green 134 ◦ blue 25

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

Shades of Lemon Ginger #948619

Tints of Lemon Ginger #948619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 48.21%
G = 43.65%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#948619 (or 0x948619) is known color: Lemon Ginger. HEX triplet: 94, 86 and 19. RGB value is (148,134,25). Sum of RGB (Red+Green+Blue) = 148+134+25=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #948619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948619 is #6B79E6. Grayscale: #7E7E7E. Windows color (decimal): -7043559 or 1672852. OLE color: 1672852.

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

Color convert

RGB 148 134 25 -
CMYK 0 0.09 0.83 0.42
HSL 53.17º 0.71% 0.34% -
HSV(B) 53.17º 0.83% 0.58% -
XYZ 20.91 23.42 4.34 -
YUV 125.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 148 134 25 0 0.09 0.83 0.42 53.17 0.71 0.34
Hex 94 86 19 0 9 53 2A 35 47 22
Octal 224 206 31 0 11 123 52 65 107 42
Binary 10010100 10000110 11001 0 1001 1010011 101010 110101 1000111 100010

Color Harmonies of #948619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948619

Black with #948619

Text Example


Text Example

White with #948619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948619; }

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

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

background-color css

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

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

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

border-color css

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

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

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