Html Css Color HEX #948D17 Lemon Ginger

📋 copy color: '#948D17'

red 148 ◦ green 141 ◦ blue 23

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

Shades of Lemon Ginger #948D17

Tints of Lemon Ginger #948D17

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 47.44%
G = 45.19%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#948D17 (or 0x948D17) is known color: Lemon Ginger. HEX triplet: 94, 8D and 17. RGB value is (148,141,23). Sum of RGB (Red+Green+Blue) = 148+141+23=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #948D17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948D17 is #6B72E8. Grayscale: #828282. Windows color (decimal): -7041769 or 1543572. OLE color: 1543572.

HSL color Cylindrical-coordinate representation of color #948D17: hue angle of 56.64º degrees, saturation: 0.73, 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 #948D17 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 23 -
CMYK 0 0.05 0.84 0.42
HSL 56.64º 0.73% 0.34% -
HSV(B) 56.64º 0.84% 0.58% -
XYZ 21.89 25.41 4.56 -
YUV 129.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 148 141 23 0 0.05 0.84 0.42 56.64 0.73 0.34
Hex 94 8D 17 0 5 54 2A 39 49 22
Octal 224 215 27 0 5 124 52 71 111 42
Binary 10010100 10001101 10111 0 101 1010100 101010 111001 1001001 100010

Color Harmonies of #948D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D17

Black with #948D17

Text Example


Text Example

White with #948D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948D17; }

 p { color: rgb(148,141,23); }

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

background-color css

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

 a { background-color: rgb(148,141,23); }

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

border-color css

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

 span { border-color: rgb(148,141,23); }

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