Html Css Color HEX #928221 Lemon Ginger

📋 copy color: '#928221'

red 146 ◦ green 130 ◦ blue 33

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

Shades of Lemon Ginger #928221

Tints of Lemon Ginger #928221

RGB

 RED value IS 146 (57.42% from 255) = 47.25%

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 47.25%
G = 42.07%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#928221 (or 0x928221) is known color: Lemon Ginger. HEX triplet: 92, 82 and 21. RGB value is (146,130,33). Sum of RGB (Red+Green+Blue) = 146+130+33=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #928221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928221 is #6D7DDE. Grayscale: #7C7C7C. Windows color (decimal): -7175647 or 2196114. OLE color: 2196114.

HSL color Cylindrical-coordinate representation of color #928221: hue angle of 51.5º 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 #928221 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 33 -
CMYK 0 0.11 0.77 0.43
HSL 51.5º 0.63% 0.35% -
HSV(B) 51.5º 0.77% 0.57% -
XYZ 20.11 22.19 4.66 -
YUV 123.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 146 130 33 0 0.11 0.77 0.43 51.5 0.63 0.35
Hex 92 82 21 0 B 4D 2B 34 3F 23
Octal 222 202 41 0 13 115 53 64 77 43
Binary 10010010 10000010 100001 0 1011 1001101 101011 110100 111111 100011

Color Harmonies of #928221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928221

Black with #928221

Text Example


Text Example

White with #928221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928221; }

 p { color: rgb(146,130,33); }

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

background-color css

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

 a { background-color: rgb(146,130,33); }

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

border-color css

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

 span { border-color: rgb(146,130,33); }

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