Html Css Color HEX #918029 Lemon Ginger

📋 copy color: '#918029'

red 145 ◦ green 128 ◦ blue 41

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

Shades of Lemon Ginger #918029

Tints of Lemon Ginger #918029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

 BLUE value IS 41 (16.41% from 255) = 13.06%

R = 46.18%
G = 40.76%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#918029 (or 0x918029) is known color: Lemon Ginger. HEX triplet: 91, 80 and 29. RGB value is (145,128,41). Sum of RGB (Red+Green+Blue) = 145+128+41=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918029 is #6E7FD6. Grayscale: #7B7B7B. Windows color (decimal): -7241687 or 2719889. OLE color: 2719889.

HSL color Cylindrical-coordinate representation of color #918029: hue angle of 50.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #918029 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 41 -
CMYK 0 0.12 0.72 0.43
HSL 50.19º 0.56% 0.36% -
HSV(B) 50.19º 0.72% 0.57% -
XYZ 19.8 21.62 5.23 -
YUV 123.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 145 128 41 0 0.12 0.72 0.43 50.19 0.56 0.36
Hex 91 80 29 0 C 48 2B 32 38 24
Octal 221 200 51 0 14 110 53 62 70 44
Binary 10010001 10000000 101001 0 1100 1001000 101011 110010 111000 100100

Color Harmonies of #918029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918029

Black with #918029

Text Example


Text Example

White with #918029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918029; }

 p { color: rgb(145,128,41); }

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

background-color css

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

 a { background-color: rgb(145,128,41); }

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

border-color css

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

 span { border-color: rgb(145,128,41); }

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