Html Css Color HEX #948612 Lemon Ginger

📋 copy color: '#948612'

red 148 ◦ green 134 ◦ blue 18

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

Shades of Lemon Ginger #948612

Tints of Lemon Ginger #948612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 49.33%
G = 44.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#948612 (or 0x948612) is known color: Lemon Ginger. HEX triplet: 94, 86 and 12. RGB value is (148,134,18). Sum of RGB (Red+Green+Blue) = 148+134+18=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #948612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948612 is #6B79ED. Grayscale: #7D7D7D. Windows color (decimal): -7043566 or 1214100. OLE color: 1214100.

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

Color convert

RGB 148 134 18 -
CMYK 0 0.09 0.88 0.42
HSL 53.54º 0.78% 0.33% -
HSV(B) 53.54º 0.88% 0.58% -
XYZ 20.85 23.39 3.99 -
YUV 124.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 148 134 18 0 0.09 0.88 0.42 53.54 0.78 0.33
Hex 94 86 12 0 9 58 2A 36 4E 21
Octal 224 206 22 0 11 130 52 66 116 41
Binary 10010100 10000110 10010 0 1001 1011000 101010 110110 1001110 100001

Color Harmonies of #948612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948612

Black with #948612

Text Example


Text Example

White with #948612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948612; }

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

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

background-color css

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

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

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

border-color css

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

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

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