Html Css Color HEX #928314 Lemon Ginger

📋 copy color: '#928314'

red 146 ◦ green 131 ◦ blue 20

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

Shades of Lemon Ginger #928314

Tints of Lemon Ginger #928314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 49.16%
G = 44.11%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#928314 (or 0x928314) is known color: Lemon Ginger. HEX triplet: 92, 83 and 14. RGB value is (146,131,20). Sum of RGB (Red+Green+Blue) = 146+131+20=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928314 is #6D7CEB. Grayscale: #7B7B7B. Windows color (decimal): -7175404 or 1344402. OLE color: 1344402.

HSL color Cylindrical-coordinate representation of color #928314: hue angle of 52.86º degrees, saturation: 0.76, 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 #928314 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 20 -
CMYK 0 0.10 0.86 0.43
HSL 52.86º 0.76% 0.33% -
HSV(B) 52.86º 0.86% 0.57% -
XYZ 20.1 22.39 3.93 -
YUV 122.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 146 131 20 0 0.10 0.86 0.43 52.86 0.76 0.33
Hex 92 83 14 0 A 56 2B 35 4C 21
Octal 222 203 24 0 12 126 53 65 114 41
Binary 10010010 10000011 10100 0 1010 1010110 101011 110101 1001100 100001

Color Harmonies of #928314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928314

Black with #928314

Text Example


Text Example

White with #928314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928314; }

 p { color: rgb(146,131,20); }

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

background-color css

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

 a { background-color: rgb(146,131,20); }

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

border-color css

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

 span { border-color: rgb(146,131,20); }

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