Html Css Color HEX #948718 Lemon Ginger

📋 copy color: '#948718'

red 148 ◦ green 135 ◦ blue 24

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

Shades of Lemon Ginger #948718

Tints of Lemon Ginger #948718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 48.21%
G = 43.97%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#948718 (or 0x948718) is known color: Lemon Ginger. HEX triplet: 94, 87 and 18. RGB value is (148,135,24). Sum of RGB (Red+Green+Blue) = 148+135+24=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #948718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948718 is #6B78E7. Grayscale: #7E7E7E. Windows color (decimal): -7043304 or 1607572. OLE color: 1607572.

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

Color convert

RGB 148 135 24 -
CMYK 0 0.09 0.84 0.42
HSL 53.71º 0.72% 0.34% -
HSV(B) 53.71º 0.84% 0.58% -
XYZ 21.04 23.69 4.33 -
YUV 126.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 148 135 24 0 0.09 0.84 0.42 53.71 0.72 0.34
Hex 94 87 18 0 9 54 2A 36 48 22
Octal 224 207 30 0 11 124 52 66 110 42
Binary 10010100 10000111 11000 0 1001 1010100 101010 110110 1001000 100010

Color Harmonies of #948718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948718

Black with #948718

Text Example


Text Example

White with #948718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948718; }

 p { color: rgb(148,135,24); }

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

background-color css

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

 a { background-color: rgb(148,135,24); }

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

border-color css

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

 span { border-color: rgb(148,135,24); }

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