Html Css Color HEX #918217 Lemon Ginger

📋 copy color: '#918217'

red 145 ◦ green 130 ◦ blue 23

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

Shades of Lemon Ginger #918217

Tints of Lemon Ginger #918217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 48.66%
G = 43.62%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#918217 (or 0x918217) is known color: Lemon Ginger. HEX triplet: 91, 82 and 17. RGB value is (145,130,23). Sum of RGB (Red+Green+Blue) = 145+130+23=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #918217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918217 is #6E7DE8. Grayscale: #7A7A7A. Windows color (decimal): -7241193 or 1540753. OLE color: 1540753.

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

Color convert

RGB 145 130 23 -
CMYK 0 0.10 0.84 0.43
HSL 52.62º 0.73% 0.33% -
HSV(B) 52.62º 0.84% 0.57% -
XYZ 19.81 22.05 4.02 -
YUV 122.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 145 130 23 0 0.10 0.84 0.43 52.62 0.73 0.33
Hex 91 82 17 0 A 54 2B 35 49 21
Octal 221 202 27 0 12 124 53 65 111 41
Binary 10010001 10000010 10111 0 1010 1010100 101011 110101 1001001 100001

Color Harmonies of #918217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918217

Black with #918217

Text Example


Text Example

White with #918217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918217; }

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

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

background-color css

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

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

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

border-color css

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

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

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