Html Css Color HEX #918428 Lemon Ginger

📋 copy color: '#918428'

red 145 ◦ green 132 ◦ blue 40

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

Shades of Lemon Ginger #918428

Tints of Lemon Ginger #918428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 45.74%
G = 41.64%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#918428 (or 0x918428) is known color: Lemon Ginger. HEX triplet: 91, 84 and 28. RGB value is (145,132,40). Sum of RGB (Red+Green+Blue) = 145+132+40=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #918428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918428 is #6E7BD7. Grayscale: #7D7D7D. Windows color (decimal): -7240664 or 2655377. OLE color: 2655377.

HSL color Cylindrical-coordinate representation of color #918428: hue angle of 52.57º degrees, saturation: 0.57, 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 #918428 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 132 40 -
CMYK 0 0.09 0.72 0.43
HSL 52.57º 0.57% 0.36% -
HSV(B) 52.57º 0.72% 0.57% -
XYZ 20.31 22.68 5.31 -
YUV 125.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 145 132 40 0 0.09 0.72 0.43 52.57 0.57 0.36
Hex 91 84 28 0 9 48 2B 35 39 24
Octal 221 204 50 0 11 110 53 65 71 44
Binary 10010001 10000100 101000 0 1001 1001000 101011 110101 111001 100100

Color Harmonies of #918428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918428

Black with #918428

Text Example


Text Example

White with #918428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918428; }

 p { color: rgb(145,132,40); }

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

background-color css

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

 a { background-color: rgb(145,132,40); }

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

border-color css

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

 span { border-color: rgb(145,132,40); }

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