Html Css Color HEX #938818 Lemon Ginger

📋 copy color: '#938818'

red 147 ◦ green 136 ◦ blue 24

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

Shades of Lemon Ginger #938818

Tints of Lemon Ginger #938818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 47.88%
G = 44.3%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#938818 (or 0x938818) is known color: Lemon Ginger. HEX triplet: 93, 88 and 18. RGB value is (147,136,24). Sum of RGB (Red+Green+Blue) = 147+136+24=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #938818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938818 is #6C77E7. Grayscale: #7E7E7E. Windows color (decimal): -7108584 or 1607827. OLE color: 1607827.

HSL color Cylindrical-coordinate representation of color #938818: hue angle of 54.63º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #938818 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 24 -
CMYK 0 0.07 0.84 0.42
HSL 54.63º 0.72% 0.34% -
HSV(B) 54.63º 0.84% 0.58% -
XYZ 21 23.88 4.37 -
YUV 126.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 147 136 24 0 0.07 0.84 0.42 54.63 0.72 0.34
Hex 93 88 18 0 7 54 2A 37 48 22
Octal 223 210 30 0 7 124 52 67 110 42
Binary 10010011 10001000 11000 0 111 1010100 101010 110111 1001000 100010

Color Harmonies of #938818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938818

Black with #938818

Text Example


Text Example

White with #938818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938818; }

 p { color: rgb(147,136,24); }

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

background-color css

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

 a { background-color: rgb(147,136,24); }

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

border-color css

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

 span { border-color: rgb(147,136,24); }

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