Html Css Color HEX #918421 Lemon Ginger

📋 copy color: '#918421'

red 145 ◦ green 132 ◦ blue 33

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

Shades of Lemon Ginger #918421

Tints of Lemon Ginger #918421

RGB

 RED value IS 145 (57.03% from 255) = 46.77%

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

 BLUE value IS 33 (13.28% from 255) = 10.65%

R = 46.77%
G = 42.58%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#918421 (or 0x918421) is known color: Lemon Ginger. HEX triplet: 91, 84 and 21. RGB value is (145,132,33). Sum of RGB (Red+Green+Blue) = 145+132+33=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #918421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918421 is #6E7BDE. Grayscale: #7D7D7D. Windows color (decimal): -7240671 or 2196625. OLE color: 2196625.

HSL color Cylindrical-coordinate representation of color #918421: hue angle of 53.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918421 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 132 33 -
CMYK 0 0.09 0.77 0.43
HSL 53.04º 0.63% 0.35% -
HSV(B) 53.04º 0.77% 0.57% -
XYZ 20.2 22.63 4.74 -
YUV 124.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 145 132 33 0 0.09 0.77 0.43 53.04 0.63 0.35
Hex 91 84 21 0 9 4D 2B 35 3F 23
Octal 221 204 41 0 11 115 53 65 77 43
Binary 10010001 10000100 100001 0 1001 1001101 101011 110101 111111 100011

Color Harmonies of #918421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918421

Black with #918421

Text Example


Text Example

White with #918421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918421; }

 p { color: rgb(145,132,33); }

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

background-color css

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

 a { background-color: rgb(145,132,33); }

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

border-color css

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

 span { border-color: rgb(145,132,33); }

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