Html Css Color HEX #938C2D Lemon Ginger

📋 copy color: '#938C2D'

red 147 ◦ green 140 ◦ blue 45

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

Shades of Lemon Ginger #938C2D

Tints of Lemon Ginger #938C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 44.28%
G = 42.17%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#938C2D (or 0x938C2D) is known color: Lemon Ginger. HEX triplet: 93, 8C and 2D. RGB value is (147,140,45). Sum of RGB (Red+Green+Blue) = 147+140+45=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #938C2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C2D is #6C73D2. Grayscale: #838383. Windows color (decimal): -7107539 or 2985107. OLE color: 2985107.

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

Color convert

RGB 147 140 45 -
CMYK 0 0.05 0.69 0.42
HSL 55.88º 0.53% 0.38% -
HSV(B) 55.88º 0.69% 0.58% -
XYZ 21.88 25.15 6.18 -
YUV 131.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 147 140 45 0 0.05 0.69 0.42 55.88 0.53 0.38
Hex 93 8C 2D 0 5 45 2A 38 35 26
Octal 223 214 55 0 5 105 52 70 65 46
Binary 10010011 10001100 101101 0 101 1000101 101010 111000 110101 100110

Color Harmonies of #938C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C2D

Black with #938C2D

Text Example


Text Example

White with #938C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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