Html Css Color HEX #938A1F Lemon Ginger

📋 copy color: '#938A1F'

red 147 ◦ green 138 ◦ blue 31

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

Shades of Lemon Ginger #938A1F

Tints of Lemon Ginger #938A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 46.52%
G = 43.67%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#938A1F (or 0x938A1F) is known color: Lemon Ginger. HEX triplet: 93, 8A and 1F. RGB value is (147,138,31). Sum of RGB (Red+Green+Blue) = 147+138+31=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #938A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A1F is #6C75E0. Grayscale: #808080. Windows color (decimal): -7108065 or 2067091. OLE color: 2067091.

HSL color Cylindrical-coordinate representation of color #938A1F: hue angle of 55.34º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #938A1F is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 31 -
CMYK 0 0.06 0.79 0.42
HSL 55.34º 0.65% 0.35% -
HSV(B) 55.34º 0.79% 0.58% -
XYZ 21.37 24.48 4.89 -
YUV 128.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 147 138 31 0 0.06 0.79 0.42 55.34 0.65 0.35
Hex 93 8A 1F 0 6 4F 2A 37 41 23
Octal 223 212 37 0 6 117 52 67 101 43
Binary 10010011 10001010 11111 0 110 1001111 101010 110111 1000001 100011

Color Harmonies of #938A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A1F

Black with #938A1F

Text Example


Text Example

White with #938A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,31); }

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

background-color css

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

 a { background-color: rgb(147,138,31); }

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

border-color css

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

 span { border-color: rgb(147,138,31); }

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