Html Css Color HEX #928528 Lemon Ginger

📋 copy color: '#928528'

red 146 ◦ green 133 ◦ blue 40

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

Shades of Lemon Ginger #928528

Tints of Lemon Ginger #928528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.54%

R = 45.77%
G = 41.69%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#928528 (or 0x928528) is known color: Lemon Ginger. HEX triplet: 92, 85 and 28. RGB value is (146,133,40). Sum of RGB (Red+Green+Blue) = 146+133+40=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #928528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928528 is #6D7AD7. Grayscale: #7E7E7E. Windows color (decimal): -7174872 or 2655634. OLE color: 2655634.

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

Color convert

RGB 146 133 40 -
CMYK 0 0.09 0.73 0.43
HSL 52.64º 0.57% 0.36% -
HSV(B) 52.64º 0.73% 0.57% -
XYZ 20.62 23.04 5.37 -
YUV 126.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 146 133 40 0 0.09 0.73 0.43 52.64 0.57 0.36
Hex 92 85 28 0 9 49 2B 35 39 24
Octal 222 205 50 0 11 111 53 65 71 44
Binary 10010010 10000101 101000 0 1001 1001001 101011 110101 111001 100100

Color Harmonies of #928528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928528

Black with #928528

Text Example


Text Example

White with #928528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928528; }

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

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

background-color css

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

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

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

border-color css

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

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

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