Html Css Color HEX #918227 Lemon Ginger

📋 copy color: '#918227'

red 145 ◦ green 130 ◦ blue 39

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

Shades of Lemon Ginger #918227

Tints of Lemon Ginger #918227

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 39 (15.63% from 255) = 12.42%

R = 46.18%
G = 41.4%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#918227 (or 0x918227) is known color: Lemon Ginger. HEX triplet: 91, 82 and 27. RGB value is (145,130,39). Sum of RGB (Red+Green+Blue) = 145+130+39=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918227 is #6E7DD8. Grayscale: #7C7C7C. Windows color (decimal): -7241177 or 2589329. OLE color: 2589329.

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

Color convert

RGB 145 130 39 -
CMYK 0 0.10 0.73 0.43
HSL 51.51º 0.58% 0.36% -
HSV(B) 51.51º 0.73% 0.57% -
XYZ 20.03 22.13 5.14 -
YUV 124.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 145 130 39 0 0.10 0.73 0.43 51.51 0.58 0.36
Hex 91 82 27 0 A 49 2B 34 3A 24
Octal 221 202 47 0 12 111 53 64 72 44
Binary 10010001 10000010 100111 0 1010 1001001 101011 110100 111010 100100

Color Harmonies of #918227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918227

Black with #918227

Text Example


Text Example

White with #918227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918227; }

 p { color: rgb(145,130,39); }

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

background-color css

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

 a { background-color: rgb(145,130,39); }

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

border-color css

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

 span { border-color: rgb(145,130,39); }

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