Html Css Color HEX #928215 Lemon Ginger

📋 copy color: '#928215'

red 146 ◦ green 130 ◦ blue 21

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

Shades of Lemon Ginger #928215

Tints of Lemon Ginger #928215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 49.16%
G = 43.77%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#928215 (or 0x928215) is known color: Lemon Ginger. HEX triplet: 92, 82 and 15. RGB value is (146,130,21). Sum of RGB (Red+Green+Blue) = 146+130+21=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928215 is #6D7DEA. Grayscale: #7A7A7A. Windows color (decimal): -7175659 or 1409682. OLE color: 1409682.

HSL color Cylindrical-coordinate representation of color #928215: hue angle of 52.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #928215 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 21 -
CMYK 0 0.11 0.86 0.43
HSL 52.32º 0.75% 0.33% -
HSV(B) 52.32º 0.86% 0.57% -
XYZ 19.97 22.13 3.93 -
YUV 122.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 146 130 21 0 0.11 0.86 0.43 52.32 0.75 0.33
Hex 92 82 15 0 B 56 2B 34 4B 21
Octal 222 202 25 0 13 126 53 64 113 41
Binary 10010010 10000010 10101 0 1011 1010110 101011 110100 1001011 100001

Color Harmonies of #928215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928215

Black with #928215

Text Example


Text Example

White with #928215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928215; }

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

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

background-color css

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

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

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

border-color css

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

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

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