Html Css Color HEX #928428 Lemon Ginger

📋 copy color: '#928428'

red 146 ◦ green 132 ◦ blue 40

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

Shades of Lemon Ginger #928428

Tints of Lemon Ginger #928428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

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

R = 45.91%
G = 41.51%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#928428 (or 0x928428) is known color: Lemon Ginger. HEX triplet: 92, 84 and 28. RGB value is (146,132,40). Sum of RGB (Red+Green+Blue) = 146+132+40=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #928428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928428 is #6D7BD7. Grayscale: #7E7E7E. Windows color (decimal): -7175128 or 2655378. OLE color: 2655378.

HSL color Cylindrical-coordinate representation of color #928428: hue angle of 52.08º 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 #928428 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 40 -
CMYK 0 0.10 0.73 0.43
HSL 52.08º 0.57% 0.36% -
HSV(B) 52.08º 0.73% 0.57% -
XYZ 20.49 22.77 5.32 -
YUV 125.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 146 132 40 0 0.10 0.73 0.43 52.08 0.57 0.36
Hex 92 84 28 0 A 49 2B 34 39 24
Octal 222 204 50 0 12 111 53 64 71 44
Binary 10010010 10000100 101000 0 1010 1001001 101011 110100 111001 100100

Color Harmonies of #928428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928428

Black with #928428

Text Example


Text Example

White with #928428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928428; }

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

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

background-color css

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

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

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

border-color css

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

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

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