Html Css Color HEX #928419 Lemon Ginger

📋 copy color: '#928419'

red 146 ◦ green 132 ◦ blue 25

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

Shades of Lemon Ginger #928419

Tints of Lemon Ginger #928419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 48.18%
G = 43.56%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#928419 (or 0x928419) is known color: Lemon Ginger. HEX triplet: 92, 84 and 19. RGB value is (146,132,25). Sum of RGB (Red+Green+Blue) = 146+132+25=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #928419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928419 is #6D7BE6. Grayscale: #7C7C7C. Windows color (decimal): -7175143 or 1672338. OLE color: 1672338.

HSL color Cylindrical-coordinate representation of color #928419: hue angle of 53.06º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #928419 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 25 -
CMYK 0 0.10 0.83 0.43
HSL 53.06º 0.71% 0.34% -
HSV(B) 53.06º 0.83% 0.57% -
XYZ 20.28 22.68 4.23 -
YUV 123.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 146 132 25 0 0.10 0.83 0.43 53.06 0.71 0.34
Hex 92 84 19 0 A 53 2B 35 47 22
Octal 222 204 31 0 12 123 53 65 107 42
Binary 10010010 10000100 11001 0 1010 1010011 101011 110101 1000111 100010

Color Harmonies of #928419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928419

Black with #928419

Text Example


Text Example

White with #928419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928419; }

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

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

background-color css

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

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

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

border-color css

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

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

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