Html Css Color HEX #948D1B Lemon Ginger

📋 copy color: '#948D1B'

red 148 ◦ green 141 ◦ blue 27

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

Shades of Lemon Ginger #948D1B

Tints of Lemon Ginger #948D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 46.84%
G = 44.62%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#948D1B (or 0x948D1B) is known color: Lemon Ginger. HEX triplet: 94, 8D and 1B. RGB value is (148,141,27). Sum of RGB (Red+Green+Blue) = 148+141+27=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D1B is #6B72E4. Grayscale: #828282. Windows color (decimal): -7041765 or 1805716. OLE color: 1805716.

HSL color Cylindrical-coordinate representation of color #948D1B: hue angle of 56.53º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #948D1B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 27 -
CMYK 0 0.05 0.82 0.42
HSL 56.53º 0.69% 0.34% -
HSV(B) 56.53º 0.82% 0.58% -
XYZ 21.94 25.42 4.79 -
YUV 130.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 148 141 27 0 0.05 0.82 0.42 56.53 0.69 0.34
Hex 94 8D 1B 0 5 52 2A 39 45 22
Octal 224 215 33 0 5 122 52 71 105 42
Binary 10010100 10001101 11011 0 101 1010010 101010 111001 1000101 100010

Color Harmonies of #948D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D1B

Black with #948D1B

Text Example


Text Example

White with #948D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,27); }

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

background-color css

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

 a { background-color: rgb(148,141,27); }

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

border-color css

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

 span { border-color: rgb(148,141,27); }

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