Html Css Color HEX #918228 Lemon Ginger

📋 copy color: '#918228'

red 145 ◦ green 130 ◦ blue 40

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

Shades of Lemon Ginger #918228

Tints of Lemon Ginger #918228

RGB

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

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

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

R = 46.03%
G = 41.27%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#918228 (or 0x918228) is known color: Lemon Ginger. HEX triplet: 91, 82 and 28. RGB value is (145,130,40). Sum of RGB (Red+Green+Blue) = 145+130+40=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918228 is #6E7DD7. Grayscale: #7C7C7C. Windows color (decimal): -7241176 or 2654865. OLE color: 2654865.

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

Color convert

RGB 145 130 40 -
CMYK 0 0.10 0.72 0.43
HSL 51.43º 0.57% 0.36% -
HSV(B) 51.43º 0.72% 0.57% -
XYZ 20.04 22.14 5.22 -
YUV 124.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 145 130 40 0 0.10 0.72 0.43 51.43 0.57 0.36
Hex 91 82 28 0 A 48 2B 33 39 24
Octal 221 202 50 0 12 110 53 63 71 44
Binary 10010001 10000010 101000 0 1010 1001000 101011 110011 111001 100100

Color Harmonies of #918228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918228

Black with #918228

Text Example


Text Example

White with #918228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918228; }

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

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

background-color css

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

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

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

border-color css

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

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

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