Html Css Color HEX #928512 Lemon Ginger

📋 copy color: '#928512'

red 146 ◦ green 133 ◦ blue 18

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

Shades of Lemon Ginger #928512

Tints of Lemon Ginger #928512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 49.16%
G = 44.78%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#928512 (or 0x928512) is known color: Lemon Ginger. HEX triplet: 92, 85 and 12. RGB value is (146,133,18). Sum of RGB (Red+Green+Blue) = 146+133+18=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928512 is #6D7AED. Grayscale: #7C7C7C. Windows color (decimal): -7174894 or 1213842. OLE color: 1213842.

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

Color convert

RGB 146 133 18 -
CMYK 0 0.09 0.88 0.43
HSL 53.91º 0.78% 0.32% -
HSV(B) 53.91º 0.88% 0.57% -
XYZ 20.35 22.93 3.93 -
YUV 123.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 146 133 18 0 0.09 0.88 0.43 53.91 0.78 0.32
Hex 92 85 12 0 9 58 2B 36 4E 20
Octal 222 205 22 0 11 130 53 66 116 40
Binary 10010010 10000101 10010 0 1001 1011000 101011 110110 1001110 100000

Color Harmonies of #928512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928512

Black with #928512

Text Example


Text Example

White with #928512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928512; }

 p { color: rgb(146,133,18); }

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

background-color css

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

 a { background-color: rgb(146,133,18); }

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

border-color css

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

 span { border-color: rgb(146,133,18); }

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