Html Css Color HEX #948812 Lemon Ginger

📋 copy color: '#948812'

red 148 ◦ green 136 ◦ blue 18

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

Shades of Lemon Ginger #948812

Tints of Lemon Ginger #948812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 49.01%
G = 45.03%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#948812 (or 0x948812) is known color: Lemon Ginger. HEX triplet: 94, 88 and 12. RGB value is (148,136,18). Sum of RGB (Red+Green+Blue) = 148+136+18=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #948812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948812 is #6B77ED. Grayscale: #7E7E7E. Windows color (decimal): -7043054 or 1214612. OLE color: 1214612.

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

Color convert

RGB 148 136 18 -
CMYK 0 0.08 0.88 0.42
HSL 54.46º 0.78% 0.33% -
HSV(B) 54.46º 0.88% 0.58% -
XYZ 21.13 23.95 4.08 -
YUV 126.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 148 136 18 0 0.08 0.88 0.42 54.46 0.78 0.33
Hex 94 88 12 0 8 58 2A 36 4E 21
Octal 224 210 22 0 10 130 52 66 116 41
Binary 10010100 10001000 10010 0 1000 1011000 101010 110110 1001110 100001

Color Harmonies of #948812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948812

Black with #948812

Text Example


Text Example

White with #948812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948812; }

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

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

background-color css

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

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

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

border-color css

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

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

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