Html Css Color HEX #918519 Lemon Ginger

📋 copy color: '#918519'

red 145 ◦ green 133 ◦ blue 25

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

Shades of Lemon Ginger #918519

Tints of Lemon Ginger #918519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.89%

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

R = 47.85%
G = 43.89%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#918519 (or 0x918519) is known color: Lemon Ginger. HEX triplet: 91, 85 and 19. RGB value is (145,133,25). Sum of RGB (Red+Green+Blue) = 145+133+25=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #918519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918519 is #6E7AE6. Grayscale: #7C7C7C. Windows color (decimal): -7240423 or 1672593. OLE color: 1672593.

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

Color convert

RGB 145 133 25 -
CMYK 0 0.08 0.83 0.43
HSL 54º 0.71% 0.33% -
HSV(B) 54º 0.83% 0.57% -
XYZ 20.24 22.86 4.27 -
YUV 124.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 145 133 25 0 0.08 0.83 0.43 54 0.71 0.33
Hex 91 85 19 0 8 53 2B 36 47 21
Octal 221 205 31 0 10 123 53 66 107 41
Binary 10010001 10000101 11001 0 1000 1010011 101011 110110 1000111 100001

Color Harmonies of #918519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918519

Black with #918519

Text Example


Text Example

White with #918519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918519; }

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

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

background-color css

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

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

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

border-color css

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

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

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