Html Css Color HEX #928325 Lemon Ginger

📋 copy color: '#928325'

red 146 ◦ green 131 ◦ blue 37

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

Shades of Lemon Ginger #928325

Tints of Lemon Ginger #928325

RGB

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

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

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

R = 46.5%
G = 41.72%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#928325 (or 0x928325) is known color: Lemon Ginger. HEX triplet: 92, 83 and 25. RGB value is (146,131,37). Sum of RGB (Red+Green+Blue) = 146+131+37=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #928325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928325 is #6D7CDA. Grayscale: #7D7D7D. Windows color (decimal): -7175387 or 2458514. OLE color: 2458514.

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

Color convert

RGB 146 131 37 -
CMYK 0 0.10 0.75 0.43
HSL 51.74º 0.6% 0.36% -
HSV(B) 51.74º 0.75% 0.57% -
XYZ 20.3 22.48 5.02 -
YUV 124.77 78.47 143.14 -
System Red Green Blue C M Y K H S L
Decimal 146 131 37 0 0.10 0.75 0.43 51.74 0.6 0.36
Hex 92 83 25 0 A 4B 2B 34 3C 24
Octal 222 203 45 0 12 113 53 64 74 44
Binary 10010010 10000011 100101 0 1010 1001011 101011 110100 111100 100100

Color Harmonies of #928325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928325

Black with #928325

Text Example


Text Example

White with #928325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928325; }

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

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

background-color css

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

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

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

border-color css

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

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

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