Html Css Color HEX #928526 Lemon Ginger

📋 copy color: '#928526'

red 146 ◦ green 133 ◦ blue 38

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

Shades of Lemon Ginger #928526

Tints of Lemon Ginger #928526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 46.06%
G = 41.96%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#928526 (or 0x928526) is known color: Lemon Ginger. HEX triplet: 92, 85 and 26. RGB value is (146,133,38). Sum of RGB (Red+Green+Blue) = 146+133+38=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #928526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928526 is #6D7AD9. Grayscale: #7E7E7E. Windows color (decimal): -7174874 or 2524562. OLE color: 2524562.

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

Color convert

RGB 146 133 38 -
CMYK 0 0.09 0.74 0.43
HSL 52.78º 0.59% 0.36% -
HSV(B) 52.78º 0.74% 0.57% -
XYZ 20.59 23.03 5.19 -
YUV 126.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 146 133 38 0 0.09 0.74 0.43 52.78 0.59 0.36
Hex 92 85 26 0 9 4A 2B 35 3B 24
Octal 222 205 46 0 11 112 53 65 73 44
Binary 10010010 10000101 100110 0 1001 1001010 101011 110101 111011 100100

Color Harmonies of #928526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928526

Black with #928526

Text Example


Text Example

White with #928526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928526; }

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

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

background-color css

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

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

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

border-color css

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

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

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