Html Css Color HEX #918136 Lemon Ginger

📋 copy color: '#918136'

red 145 ◦ green 129 ◦ blue 54

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

Shades of Lemon Ginger #918136

Tints of Lemon Ginger #918136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 54 (21.48% from 255) = 16.46%

R = 44.21%
G = 39.33%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#918136 (or 0x918136) is known color: Lemon Ginger. HEX triplet: 91, 81 and 36. RGB value is (145,129,54). Sum of RGB (Red+Green+Blue) = 145+129+54=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918136 is #6E7EC9. Grayscale: #7D7D7D. Windows color (decimal): -7241418 or 3572113. OLE color: 3572113.

HSL color Cylindrical-coordinate representation of color #918136: hue angle of 49.45º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #918136 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 129 54 -
CMYK 0 0.11 0.63 0.43
HSL 49.45º 0.46% 0.39% -
HSV(B) 49.45º 0.63% 0.57% -
XYZ 20.19 21.99 6.67 -
YUV 125.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 145 129 54 0 0.11 0.63 0.43 49.45 0.46 0.39
Hex 91 81 36 0 B 3F 2B 31 2E 27
Octal 221 201 66 0 13 77 53 61 56 47
Binary 10010001 10000001 110110 0 1011 111111 101011 110001 101110 100111

Color Harmonies of #918136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918136

Black with #918136

Text Example


Text Example

White with #918136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918136; }

 p { color: rgb(145,129,54); }

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

background-color css

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

 a { background-color: rgb(145,129,54); }

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

border-color css

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

 span { border-color: rgb(145,129,54); }

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