Html Css Color HEX #938512 Lemon Ginger

📋 copy color: '#938512'

red 147 ◦ green 133 ◦ blue 18

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

Shades of Lemon Ginger #938512

Tints of Lemon Ginger #938512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

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

R = 49.33%
G = 44.63%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#938512 (or 0x938512) is known color: Lemon Ginger. HEX triplet: 93, 85 and 12. RGB value is (147,133,18). Sum of RGB (Red+Green+Blue) = 147+133+18=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #938512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938512 is #6C7AED. Grayscale: #7C7C7C. Windows color (decimal): -7109358 or 1213843. OLE color: 1213843.

HSL color Cylindrical-coordinate representation of color #938512: hue angle of 53.49º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #938512 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 18 -
CMYK 0 0.10 0.88 0.42
HSL 53.49º 0.78% 0.32% -
HSV(B) 53.49º 0.88% 0.58% -
XYZ 20.53 23.02 3.93 -
YUV 124.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 147 133 18 0 0.10 0.88 0.42 53.49 0.78 0.32
Hex 93 85 12 0 A 58 2A 35 4E 20
Octal 223 205 22 0 12 130 52 65 116 40
Binary 10010011 10000101 10010 0 1010 1011000 101010 110101 1001110 100000

Color Harmonies of #938512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938512

Black with #938512

Text Example


Text Example

White with #938512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938512; }

 p { color: rgb(147,133,18); }

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

background-color css

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

 a { background-color: rgb(147,133,18); }

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

border-color css

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

 span { border-color: rgb(147,133,18); }

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