Html Css Color HEX #948813 Lemon Ginger

📋 copy color: '#948813'

red 148 ◦ green 136 ◦ blue 19

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

Shades of Lemon Ginger #948813

Tints of Lemon Ginger #948813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.27%

R = 48.84%
G = 44.88%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#948813 (or 0x948813) is known color: Lemon Ginger. HEX triplet: 94, 88 and 13. RGB value is (148,136,19). Sum of RGB (Red+Green+Blue) = 148+136+19=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #948813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948813 is #6B77EC. Grayscale: #7E7E7E. Windows color (decimal): -7043053 or 1280148. OLE color: 1280148.

HSL color Cylindrical-coordinate representation of color #948813: hue angle of 54.42º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #948813 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 19 -
CMYK 0 0.08 0.87 0.42
HSL 54.42º 0.77% 0.33% -
HSV(B) 54.42º 0.87% 0.58% -
XYZ 21.13 23.95 4.13 -
YUV 126.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 148 136 19 0 0.08 0.87 0.42 54.42 0.77 0.33
Hex 94 88 13 0 8 57 2A 36 4D 21
Octal 224 210 23 0 10 127 52 66 115 41
Binary 10010100 10001000 10011 0 1000 1010111 101010 110110 1001101 100001

Color Harmonies of #948813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948813

Black with #948813

Text Example


Text Example

White with #948813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948813; }

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

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

background-color css

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

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

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

border-color css

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

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

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