Html Css Color HEX #918219 Lemon Ginger

📋 copy color: '#918219'

red 145 ◦ green 130 ◦ blue 25

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

Shades of Lemon Ginger #918219

Tints of Lemon Ginger #918219

RGB

 RED value IS 145 (57.03% from 255) = 48.33%

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 48.33%
G = 43.33%
B = 8.33%

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

#918219 (or 0x918219) is known color: Lemon Ginger. HEX triplet: 91, 82 and 19. RGB value is (145,130,25). Sum of RGB (Red+Green+Blue) = 145+130+25=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #918219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918219 is #6E7DE6. Grayscale: #7A7A7A. Windows color (decimal): -7241191 or 1671825. OLE color: 1671825.

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

Color convert

RGB 145 130 25 -
CMYK 0 0.10 0.83 0.43
HSL 52.5º 0.71% 0.33% -
HSV(B) 52.5º 0.83% 0.57% -
XYZ 19.84 22.06 4.13 -
YUV 122.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 145 130 25 0 0.10 0.83 0.43 52.5 0.71 0.33
Hex 91 82 19 0 A 53 2B 34 47 21
Octal 221 202 31 0 12 123 53 64 107 41
Binary 10010001 10000010 11001 0 1010 1010011 101011 110100 1000111 100001

Color Harmonies of #918219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918219

Black with #918219

Text Example


Text Example

White with #918219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918219; }

 p { color: rgb(145,130,25); }

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

background-color css

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

 a { background-color: rgb(145,130,25); }

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

border-color css

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

 span { border-color: rgb(145,130,25); }

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