Html Css Color HEX #938D1F Lemon Ginger

📋 copy color: '#938D1F'

red 147 ◦ green 141 ◦ blue 31

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

Shades of Lemon Ginger #938D1F

Tints of Lemon Ginger #938D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 46.08%
G = 44.2%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#938D1F (or 0x938D1F) is known color: Lemon Ginger. HEX triplet: 93, 8D and 1F. RGB value is (147,141,31). Sum of RGB (Red+Green+Blue) = 147+141+31=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #938D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D1F is #6C72E0. Grayscale: #828282. Windows color (decimal): -7107297 or 2067859. OLE color: 2067859.

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

Color convert

RGB 147 141 31 -
CMYK 0 0.04 0.79 0.42
HSL 56.9º 0.65% 0.35% -
HSV(B) 56.9º 0.79% 0.58% -
XYZ 21.8 25.35 5.04 -
YUV 130.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 147 141 31 0 0.04 0.79 0.42 56.9 0.65 0.35
Hex 93 8D 1F 0 4 4F 2A 39 41 23
Octal 223 215 37 0 4 117 52 71 101 43
Binary 10010011 10001101 11111 0 100 1001111 101010 111001 1000001 100011

Color Harmonies of #938D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D1F

Black with #938D1F

Text Example


Text Example

White with #938D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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