Html Css Color HEX #918218 Lemon Ginger

📋 copy color: '#918218'

red 145 ◦ green 130 ◦ blue 24

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

Shades of Lemon Ginger #918218

Tints of Lemon Ginger #918218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 48.49%
G = 43.48%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#918218 (or 0x918218) is known color: Lemon Ginger. HEX triplet: 91, 82 and 18. RGB value is (145,130,24). Sum of RGB (Red+Green+Blue) = 145+130+24=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #918218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918218 is #6E7DE7. Grayscale: #7A7A7A. Windows color (decimal): -7241192 or 1606289. OLE color: 1606289.

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

Color convert

RGB 145 130 24 -
CMYK 0 0.10 0.83 0.43
HSL 52.56º 0.72% 0.33% -
HSV(B) 52.56º 0.83% 0.57% -
XYZ 19.82 22.05 4.08 -
YUV 122.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 145 130 24 0 0.10 0.83 0.43 52.56 0.72 0.33
Hex 91 82 18 0 A 53 2B 35 48 21
Octal 221 202 30 0 12 123 53 65 110 41
Binary 10010001 10000010 11000 0 1010 1010011 101011 110101 1001000 100001

Color Harmonies of #918218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918218

Black with #918218

Text Example


Text Example

White with #918218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918218; }

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

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

background-color css

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

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

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

border-color css

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

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

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