Html Css Color HEX #938D1C Lemon Ginger

📋 copy color: '#938D1C'

red 147 ◦ green 141 ◦ blue 28

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

Shades of Lemon Ginger #938D1C

Tints of Lemon Ginger #938D1C

RGB

 RED value IS 147 (57.81% from 255) = 46.52%

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 46.52%
G = 44.62%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#938D1C (or 0x938D1C) is known color: Lemon Ginger. HEX triplet: 93, 8D and 1C. RGB value is (147,141,28). Sum of RGB (Red+Green+Blue) = 147+141+28=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #938D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D1C is #6C72E3. Grayscale: #828282. Windows color (decimal): -7107300 or 1871251. OLE color: 1871251.

HSL color Cylindrical-coordinate representation of color #938D1C: hue angle of 56.97º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #938D1C is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 28 -
CMYK 0 0.04 0.81 0.42
HSL 56.97º 0.68% 0.34% -
HSV(B) 56.97º 0.81% 0.58% -
XYZ 21.77 25.34 4.84 -
YUV 129.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 147 141 28 0 0.04 0.81 0.42 56.97 0.68 0.34
Hex 93 8D 1C 0 4 51 2A 39 44 22
Octal 223 215 34 0 4 121 52 71 104 42
Binary 10010011 10001101 11100 0 100 1010001 101010 111001 1000100 100010

Color Harmonies of #938D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D1C

Black with #938D1C

Text Example


Text Example

White with #938D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D1C; }

 p { color: rgb(147,141,28); }

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

background-color css

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

 a { background-color: rgb(147,141,28); }

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

border-color css

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

 span { border-color: rgb(147,141,28); }

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