Html Css Color HEX #948919 Lemon Ginger

📋 copy color: '#948919'

red 148 ◦ green 137 ◦ blue 25

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

Shades of Lemon Ginger #948919

Tints of Lemon Ginger #948919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.19%

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

R = 47.74%
G = 44.19%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#948919 (or 0x948919) is known color: Lemon Ginger. HEX triplet: 94, 89 and 19. RGB value is (148,137,25). Sum of RGB (Red+Green+Blue) = 148+137+25=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948919 is #6B76E6. Grayscale: #7F7F7F. Windows color (decimal): -7042791 or 1673620. OLE color: 1673620.

HSL color Cylindrical-coordinate representation of color #948919: hue angle of 54.63º 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 #948919 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 25 -
CMYK 0 0.07 0.83 0.42
HSL 54.63º 0.71% 0.34% -
HSV(B) 54.63º 0.83% 0.58% -
XYZ 21.33 24.26 4.48 -
YUV 127.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 148 137 25 0 0.07 0.83 0.42 54.63 0.71 0.34
Hex 94 89 19 0 7 53 2A 37 47 22
Octal 224 211 31 0 7 123 52 67 107 42
Binary 10010100 10001001 11001 0 111 1010011 101010 110111 1000111 100010

Color Harmonies of #948919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948919

Black with #948919

Text Example


Text Example

White with #948919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948919; }

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

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

background-color css

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

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

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

border-color css

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

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

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