Html Css Color HEX #928216 Lemon Ginger

📋 copy color: '#928216'

red 146 ◦ green 130 ◦ blue 22

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

Shades of Lemon Ginger #928216

Tints of Lemon Ginger #928216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.38%

R = 48.99%
G = 43.62%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#928216 (or 0x928216) is known color: Lemon Ginger. HEX triplet: 92, 82 and 16. RGB value is (146,130,22). Sum of RGB (Red+Green+Blue) = 146+130+22=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #928216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928216 is #6D7DE9. Grayscale: #7A7A7A. Windows color (decimal): -7175658 or 1475218. OLE color: 1475218.

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

Color convert

RGB 146 130 22 -
CMYK 0 0.11 0.85 0.43
HSL 52.26º 0.74% 0.33% -
HSV(B) 52.26º 0.85% 0.57% -
XYZ 19.98 22.13 3.98 -
YUV 122.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 146 130 22 0 0.11 0.85 0.43 52.26 0.74 0.33
Hex 92 82 16 0 B 55 2B 34 4A 21
Octal 222 202 26 0 13 125 53 64 112 41
Binary 10010010 10000010 10110 0 1011 1010101 101011 110100 1001010 100001

Color Harmonies of #928216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928216

Black with #928216

Text Example


Text Example

White with #928216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928216; }

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

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

background-color css

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

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

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

border-color css

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

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

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