Html Css Color HEX #918216 Lemon Ginger

📋 copy color: '#918216'

red 145 ◦ green 130 ◦ blue 22

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

Shades of Lemon Ginger #918216

Tints of Lemon Ginger #918216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.41%

R = 48.82%
G = 43.77%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#918216 (or 0x918216) is known color: Lemon Ginger. HEX triplet: 91, 82 and 16. RGB value is (145,130,22). Sum of RGB (Red+Green+Blue) = 145+130+22=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #918216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918216 is #6E7DE9. Grayscale: #7A7A7A. Windows color (decimal): -7241194 or 1475217. OLE color: 1475217.

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

Color convert

RGB 145 130 22 -
CMYK 0 0.10 0.85 0.43
HSL 52.68º 0.74% 0.33% -
HSV(B) 52.68º 0.85% 0.57% -
XYZ 19.8 22.04 3.97 -
YUV 122.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 145 130 22 0 0.10 0.85 0.43 52.68 0.74 0.33
Hex 91 82 16 0 A 55 2B 35 4A 21
Octal 221 202 26 0 12 125 53 65 112 41
Binary 10010001 10000010 10110 0 1010 1010101 101011 110101 1001010 100001

Color Harmonies of #918216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918216

Black with #918216

Text Example


Text Example

White with #918216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918216; }

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

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

background-color css

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

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

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

border-color css

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

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

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