Html Css Color HEX #938422 Lemon Ginger

📋 copy color: '#938422'

red 147 ◦ green 132 ◦ blue 34

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

Shades of Lemon Ginger #938422

Tints of Lemon Ginger #938422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 34 (13.67% from 255) = 10.86%

R = 46.96%
G = 42.17%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#938422 (or 0x938422) is known color: Lemon Ginger. HEX triplet: 93, 84 and 22. RGB value is (147,132,34). Sum of RGB (Red+Green+Blue) = 147+132+34=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #938422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938422 is #6C7BDD. Grayscale: #7D7D7D. Windows color (decimal): -7109598 or 2262163. OLE color: 2262163.

HSL color Cylindrical-coordinate representation of color #938422: hue angle of 52.04º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #938422 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 34 -
CMYK 0 0.10 0.77 0.42
HSL 52.04º 0.62% 0.35% -
HSV(B) 52.04º 0.77% 0.58% -
XYZ 20.57 22.82 4.83 -
YUV 125.31 76.47 143.47 -
System Red Green Blue C M Y K H S L
Decimal 147 132 34 0 0.10 0.77 0.42 52.04 0.62 0.35
Hex 93 84 22 0 A 4D 2A 34 3E 23
Octal 223 204 42 0 12 115 52 64 76 43
Binary 10010011 10000100 100010 0 1010 1001101 101010 110100 111110 100011

Color Harmonies of #938422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938422

Black with #938422

Text Example


Text Example

White with #938422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938422; }

 p { color: rgb(147,132,34); }

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

background-color css

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

 a { background-color: rgb(147,132,34); }

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

border-color css

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

 span { border-color: rgb(147,132,34); }

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