Html Css Color HEX #938C16 Lemon Ginger

📋 copy color: '#938C16'

red 147 ◦ green 140 ◦ blue 22

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

Shades of Lemon Ginger #938C16

Tints of Lemon Ginger #938C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 47.57%
G = 45.31%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#938C16 (or 0x938C16) is known color: Lemon Ginger. HEX triplet: 93, 8C and 16. RGB value is (147,140,22). Sum of RGB (Red+Green+Blue) = 147+140+22=309 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.57% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 147 - color contains mainly: red. Hex color #938C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C16 is #6C73E9. Grayscale: #818181. Windows color (decimal): -7107562 or 1477779. OLE color: 1477779.

HSL color Cylindrical-coordinate representation of color #938C16: hue angle of 56.64º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #938C16 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 140 22 -
CMYK 0 0.05 0.85 0.42
HSL 56.64º 0.74% 0.33% -
HSV(B) 56.64º 0.85% 0.58% -
XYZ 21.56 25.02 4.45 -
YUV 128.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 147 140 22 0 0.05 0.85 0.42 56.64 0.74 0.33
Hex 93 8C 16 0 5 55 2A 39 4A 21
Octal 223 214 26 0 5 125 52 71 112 41
Binary 10010011 10001100 10110 0 101 1010101 101010 111001 1001010 100001

Color Harmonies of #938C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C16

Black with #938C16

Text Example


Text Example

White with #938C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,140,22); }

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

background-color css

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

 a { background-color: rgb(147,140,22); }

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

border-color css

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

 span { border-color: rgb(147,140,22); }

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