Html Css Color HEX #938D1B Lemon Ginger

📋 copy color: '#938D1B'

red 147 ◦ green 141 ◦ blue 27

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

Shades of Lemon Ginger #938D1B

Tints of Lemon Ginger #938D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 46.67%
G = 44.76%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#938D1B (or 0x938D1B) is known color: Lemon Ginger. HEX triplet: 93, 8D and 1B. RGB value is (147,141,27). Sum of RGB (Red+Green+Blue) = 147+141+27=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #938D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938D1B is #6C72E4. Grayscale: #828282. Windows color (decimal): -7107301 or 1805715. OLE color: 1805715.

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

Color convert

RGB 147 141 27 -
CMYK 0 0.04 0.82 0.42
HSL 57º 0.69% 0.34% -
HSV(B) 57º 0.82% 0.58% -
XYZ 21.76 25.33 4.78 -
YUV 129.8 69.99 140.27 -
System Red Green Blue C M Y K H S L
Decimal 147 141 27 0 0.04 0.82 0.42 57 0.69 0.34
Hex 93 8D 1B 0 4 52 2A 39 45 22
Octal 223 215 33 0 4 122 52 71 105 42
Binary 10010011 10001101 11011 0 100 1010010 101010 111001 1000101 100010

Color Harmonies of #938D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D1B

Black with #938D1B

Text Example


Text Example

White with #938D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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