Html Css Color HEX #938A2F Lemon Ginger

📋 copy color: '#938A2F'

red 147 ◦ green 138 ◦ blue 47

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

Shades of Lemon Ginger #938A2F

Tints of Lemon Ginger #938A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 44.28%
G = 41.57%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#938A2F (or 0x938A2F) is known color: Lemon Ginger. HEX triplet: 93, 8A and 2F. RGB value is (147,138,47). Sum of RGB (Red+Green+Blue) = 147+138+47=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #938A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A2F is #6C75D0. Grayscale: #828282. Windows color (decimal): -7108049 or 3115667. OLE color: 3115667.

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

Color convert

RGB 147 138 47 -
CMYK 0 0.06 0.68 0.42
HSL 54.6º 0.52% 0.38% -
HSV(B) 54.6º 0.68% 0.58% -
XYZ 21.63 24.59 6.29 -
YUV 130.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 147 138 47 0 0.06 0.68 0.42 54.6 0.52 0.38
Hex 93 8A 2F 0 6 44 2A 37 34 26
Octal 223 212 57 0 6 104 52 67 64 46
Binary 10010011 10001010 101111 0 110 1000100 101010 110111 110100 100110

Color Harmonies of #938A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A2F

Black with #938A2F

Text Example


Text Example

White with #938A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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