Html Css Color HEX #928713 Lemon Ginger

📋 copy color: '#928713'

red 146 ◦ green 135 ◦ blue 19

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

Shades of Lemon Ginger #928713

Tints of Lemon Ginger #928713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 48.67%
G = 45%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#928713 (or 0x928713) is known color: Lemon Ginger. HEX triplet: 92, 87 and 13. RGB value is (146,135,19). Sum of RGB (Red+Green+Blue) = 146+135+19=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928713 is #6D78EC. Grayscale: #7D7D7D. Windows color (decimal): -7174381 or 1279890. OLE color: 1279890.

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

Color convert

RGB 146 135 19 -
CMYK 0 0.08 0.87 0.43
HSL 54.8º 0.77% 0.32% -
HSV(B) 54.8º 0.87% 0.57% -
XYZ 20.64 23.49 4.06 -
YUV 125.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 146 135 19 0 0.08 0.87 0.43 54.8 0.77 0.32
Hex 92 87 13 0 8 57 2B 37 4D 20
Octal 222 207 23 0 10 127 53 67 115 40
Binary 10010010 10000111 10011 0 1000 1010111 101011 110111 1001101 100000

Color Harmonies of #928713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928713

Black with #928713

Text Example


Text Example

White with #928713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928713; }

 p { color: rgb(146,135,19); }

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

background-color css

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

 a { background-color: rgb(146,135,19); }

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

border-color css

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

 span { border-color: rgb(146,135,19); }

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