Html Css Color HEX #928328 Lemon Ginger

📋 copy color: '#928328'

red 146 ◦ green 131 ◦ blue 40

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

Shades of Lemon Ginger #928328

Tints of Lemon Ginger #928328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 46.06%
G = 41.32%
B = 12.62%

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

#928328 (or 0x928328) is known color: Lemon Ginger. HEX triplet: 92, 83 and 28. RGB value is (146,131,40). Sum of RGB (Red+Green+Blue) = 146+131+40=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #928328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928328 is #6D7CD7. Grayscale: #7D7D7D. Windows color (decimal): -7175384 or 2655122. OLE color: 2655122.

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

Color convert

RGB 146 131 40 -
CMYK 0 0.10 0.73 0.43
HSL 51.51º 0.57% 0.36% -
HSV(B) 51.51º 0.73% 0.57% -
XYZ 20.35 22.5 5.28 -
YUV 125.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 146 131 40 0 0.10 0.73 0.43 51.51 0.57 0.36
Hex 92 83 28 0 A 49 2B 34 39 24
Octal 222 203 50 0 12 111 53 64 71 44
Binary 10010010 10000011 101000 0 1010 1001001 101011 110100 111001 100100

Color Harmonies of #928328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928328

Black with #928328

Text Example


Text Example

White with #928328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928328; }

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

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

background-color css

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

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

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

border-color css

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

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

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