Html Css Color HEX #928525 Lemon Ginger

📋 copy color: '#928525'

red 146 ◦ green 133 ◦ blue 37

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

Shades of Lemon Ginger #928525

Tints of Lemon Ginger #928525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 46.2%
G = 42.09%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#928525 (or 0x928525) is known color: Lemon Ginger. HEX triplet: 92, 85 and 25. RGB value is (146,133,37). Sum of RGB (Red+Green+Blue) = 146+133+37=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #928525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928525 is #6D7ADA. Grayscale: #7E7E7E. Windows color (decimal): -7174875 or 2459026. OLE color: 2459026.

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

Color convert

RGB 146 133 37 -
CMYK 0 0.09 0.75 0.43
HSL 52.84º 0.6% 0.36% -
HSV(B) 52.84º 0.75% 0.57% -
XYZ 20.58 23.02 5.11 -
YUV 125.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 146 133 37 0 0.09 0.75 0.43 52.84 0.6 0.36
Hex 92 85 25 0 9 4B 2B 35 3C 24
Octal 222 205 45 0 11 113 53 65 74 44
Binary 10010010 10000101 100101 0 1001 1001011 101011 110101 111100 100100

Color Harmonies of #928525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928525

Black with #928525

Text Example


Text Example

White with #928525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928525; }

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

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

background-color css

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

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

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

border-color css

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

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

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