Html Css Color HEX #918631 Lemon Ginger

📋 copy color: '#918631'

red 145 ◦ green 134 ◦ blue 49

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

Shades of Lemon Ginger #918631

Tints of Lemon Ginger #918631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 44.21%
G = 40.85%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#918631 (or 0x918631) is known color: Lemon Ginger. HEX triplet: 91, 86 and 31. RGB value is (145,134,49). Sum of RGB (Red+Green+Blue) = 145+134+49=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918631 is #6E79CE. Grayscale: #7F7F7F. Windows color (decimal): -7240143 or 3245713. OLE color: 3245713.

HSL color Cylindrical-coordinate representation of color #918631: hue angle of 53.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918631 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 134 49 -
CMYK 0 0.08 0.66 0.43
HSL 53.13º 0.49% 0.38% -
HSV(B) 53.13º 0.66% 0.57% -
XYZ 20.76 23.29 6.31 -
YUV 127.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 145 134 49 0 0.08 0.66 0.43 53.13 0.49 0.38
Hex 91 86 31 0 8 42 2B 35 31 26
Octal 221 206 61 0 10 102 53 65 61 46
Binary 10010001 10000110 110001 0 1000 1000010 101011 110101 110001 100110

Color Harmonies of #918631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918631

Black with #918631

Text Example


Text Example

White with #918631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918631; }

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

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

background-color css

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

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

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

border-color css

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

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

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