Html Css Color HEX #918619 Lemon Ginger

📋 copy color: '#918619'

red 145 ◦ green 134 ◦ blue 25

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

Shades of Lemon Ginger #918619

Tints of Lemon Ginger #918619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 47.7%
G = 44.08%
B = 8.22%

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

#918619 (or 0x918619) is known color: Lemon Ginger. HEX triplet: 91, 86 and 19. RGB value is (145,134,25). Sum of RGB (Red+Green+Blue) = 145+134+25=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918619 is #6E79E6. Grayscale: #7D7D7D. Windows color (decimal): -7240167 or 1672849. OLE color: 1672849.

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

Color convert

RGB 145 134 25 -
CMYK 0 0.08 0.83 0.43
HSL 54.5º 0.71% 0.33% -
HSV(B) 54.5º 0.83% 0.57% -
XYZ 20.38 23.14 4.31 -
YUV 124.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 145 134 25 0 0.08 0.83 0.43 54.5 0.71 0.33
Hex 91 86 19 0 8 53 2B 36 47 21
Octal 221 206 31 0 10 123 53 66 107 41
Binary 10010001 10000110 11001 0 1000 1010011 101011 110110 1000111 100001

Color Harmonies of #918619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918619

Black with #918619

Text Example


Text Example

White with #918619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918619; }

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

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

background-color css

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

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

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

border-color css

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

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

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