Html Css Color HEX #948816 Lemon Ginger

📋 copy color: '#948816'

red 148 ◦ green 136 ◦ blue 22

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

Shades of Lemon Ginger #948816

Tints of Lemon Ginger #948816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.44%

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

R = 48.37%
G = 44.44%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#948816 (or 0x948816) is known color: Lemon Ginger. HEX triplet: 94, 88 and 16. RGB value is (148,136,22). Sum of RGB (Red+Green+Blue) = 148+136+22=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #948816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948816 is #6B77E9. Grayscale: #7F7F7F. Windows color (decimal): -7043050 or 1476756. OLE color: 1476756.

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

Color convert

RGB 148 136 22 -
CMYK 0 0.08 0.85 0.42
HSL 54.29º 0.74% 0.33% -
HSV(B) 54.29º 0.85% 0.58% -
XYZ 21.16 23.96 4.27 -
YUV 126.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 148 136 22 0 0.08 0.85 0.42 54.29 0.74 0.33
Hex 94 88 16 0 8 55 2A 36 4A 21
Octal 224 210 26 0 10 125 52 66 112 41
Binary 10010100 10001000 10110 0 1000 1010101 101010 110110 1001010 100001

Color Harmonies of #948816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948816

Black with #948816

Text Example


Text Example

White with #948816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948816; }

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

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

background-color css

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

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

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

border-color css

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

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

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