Html Css Color HEX #948C12 Lemon Ginger

📋 copy color: '#948C12'

red 148 ◦ green 140 ◦ blue 18

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

Shades of Lemon Ginger #948C12

Tints of Lemon Ginger #948C12

RGB

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

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

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

R = 48.37%
G = 45.75%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#948C12 (or 0x948C12) is known color: Lemon Ginger. HEX triplet: 94, 8C and 12. RGB value is (148,140,18). Sum of RGB (Red+Green+Blue) = 148+140+18=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #948C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948C12 is #6B73ED. Grayscale: #808080. Windows color (decimal): -7042030 or 1215636. OLE color: 1215636.

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

Color convert

RGB 148 140 18 -
CMYK 0 0.05 0.88 0.42
HSL 56.31º 0.78% 0.33% -
HSV(B) 56.31º 0.88% 0.58% -
XYZ 21.7 25.1 4.27 -
YUV 128.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 148 140 18 0 0.05 0.88 0.42 56.31 0.78 0.33
Hex 94 8C 12 0 5 58 2A 38 4E 21
Octal 224 214 22 0 5 130 52 70 116 41
Binary 10010100 10001100 10010 0 101 1011000 101010 111000 1001110 100001

Color Harmonies of #948C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C12

Black with #948C12

Text Example


Text Example

White with #948C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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