Html Css Color HEX #918816 Lemon Ginger

📋 copy color: '#918816'

red 145 ◦ green 136 ◦ blue 22

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

Shades of Lemon Ginger #918816

Tints of Lemon Ginger #918816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.88%

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

R = 47.85%
G = 44.88%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#918816 (or 0x918816) is known color: Lemon Ginger. HEX triplet: 91, 88 and 16. RGB value is (145,136,22). Sum of RGB (Red+Green+Blue) = 145+136+22=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #918816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918816 is #6E77E9. Grayscale: #7E7E7E. Windows color (decimal): -7239658 or 1476753. OLE color: 1476753.

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

Color convert

RGB 145 136 22 -
CMYK 0 0.06 0.85 0.43
HSL 55.61º 0.74% 0.33% -
HSV(B) 55.61º 0.85% 0.57% -
XYZ 20.63 23.69 4.24 -
YUV 125.7 69.48 141.77 -
System Red Green Blue C M Y K H S L
Decimal 145 136 22 0 0.06 0.85 0.43 55.61 0.74 0.33
Hex 91 88 16 0 6 55 2B 38 4A 21
Octal 221 210 26 0 6 125 53 70 112 41
Binary 10010001 10001000 10110 0 110 1010101 101011 111000 1001010 100001

Color Harmonies of #918816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918816

Black with #918816

Text Example


Text Example

White with #918816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918816; }

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

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

background-color css

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

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

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

border-color css

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

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

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