Html Css Color HEX #928124 Lemon Ginger

📋 copy color: '#928124'

red 146 ◦ green 129 ◦ blue 36

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

Shades of Lemon Ginger #928124

Tints of Lemon Ginger #928124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 36 (14.45% from 255) = 11.58%

R = 46.95%
G = 41.48%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#928124 (or 0x928124) is known color: Lemon Ginger. HEX triplet: 92, 81 and 24. RGB value is (146,129,36). Sum of RGB (Red+Green+Blue) = 146+129+36=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #928124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928124 is #6D7EDB. Grayscale: #7B7B7B. Windows color (decimal): -7175900 or 2392466. OLE color: 2392466.

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

Color convert

RGB 146 129 36 -
CMYK 0 0.12 0.75 0.43
HSL 50.73º 0.6% 0.36% -
HSV(B) 50.73º 0.75% 0.57% -
XYZ 20.02 21.94 4.85 -
YUV 123.48 78.63 144.06 -
System Red Green Blue C M Y K H S L
Decimal 146 129 36 0 0.12 0.75 0.43 50.73 0.6 0.36
Hex 92 81 24 0 C 4B 2B 33 3C 24
Octal 222 201 44 0 14 113 53 63 74 44
Binary 10010010 10000001 100100 0 1100 1001011 101011 110011 111100 100100

Color Harmonies of #928124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928124

Black with #928124

Text Example


Text Example

White with #928124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928124; }

 p { color: rgb(146,129,36); }

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

background-color css

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

 a { background-color: rgb(146,129,36); }

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

border-color css

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

 span { border-color: rgb(146,129,36); }

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