Html Css Color HEX #918426 Lemon Ginger

📋 copy color: '#918426'

red 145 ◦ green 132 ◦ blue 38

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

Shades of Lemon Ginger #918426

Tints of Lemon Ginger #918426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.06%

R = 46.03%
G = 41.9%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918426 (or 0x918426) is known color: Lemon Ginger. HEX triplet: 91, 84 and 26. RGB value is (145,132,38). Sum of RGB (Red+Green+Blue) = 145+132+38=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918426 is #6E7BD9. Grayscale: #7D7D7D. Windows color (decimal): -7240666 or 2524305. OLE color: 2524305.

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

Color convert

RGB 145 132 38 -
CMYK 0 0.09 0.74 0.43
HSL 52.71º 0.58% 0.36% -
HSV(B) 52.71º 0.74% 0.57% -
XYZ 20.28 22.66 5.14 -
YUV 125.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 145 132 38 0 0.09 0.74 0.43 52.71 0.58 0.36
Hex 91 84 26 0 9 4A 2B 35 3A 24
Octal 221 204 46 0 11 112 53 65 72 44
Binary 10010001 10000100 100110 0 1001 1001010 101011 110101 111010 100100

Color Harmonies of #918426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918426

Black with #918426

Text Example


Text Example

White with #918426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918426; }

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

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

background-color css

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

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

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

border-color css

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

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

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