Html Css Color HEX #948C16 Lemon Ginger

📋 copy color: '#948C16'

red 148 ◦ green 140 ◦ blue 22

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

Shades of Lemon Ginger #948C16

Tints of Lemon Ginger #948C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.16%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 47.74%
G = 45.16%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#948C16 (or 0x948C16) is known color: Lemon Ginger. HEX triplet: 94, 8C and 16. RGB value is (148,140,22). Sum of RGB (Red+Green+Blue) = 148+140+22=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C16 is #6B73E9. Grayscale: #818181. Windows color (decimal): -7042026 or 1477780. OLE color: 1477780.

HSL color Cylindrical-coordinate representation of color #948C16: hue angle of 56.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #948C16 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 140 22 -
CMYK 0 0.05 0.85 0.42
HSL 56.19º 0.74% 0.33% -
HSV(B) 56.19º 0.85% 0.58% -
XYZ 21.74 25.11 4.46 -
YUV 128.94 67.65 141.59 -
System Red Green Blue C M Y K H S L
Decimal 148 140 22 0 0.05 0.85 0.42 56.19 0.74 0.33
Hex 94 8C 16 0 5 55 2A 38 4A 21
Octal 224 214 26 0 5 125 52 70 112 41
Binary 10010100 10001100 10110 0 101 1010101 101010 111000 1001010 100001

Color Harmonies of #948C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C16

Black with #948C16

Text Example


Text Example

White with #948C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,140,22); }

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

background-color css

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

 a { background-color: rgb(148,140,22); }

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

border-color css

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

 span { border-color: rgb(148,140,22); }

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