Html Css Color HEX #918716 Lemon Ginger

📋 copy color: '#918716'

red 145 ◦ green 135 ◦ blue 22

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

Shades of Lemon Ginger #918716

Tints of Lemon Ginger #918716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 48.01%
G = 44.7%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#918716 (or 0x918716) is known color: Lemon Ginger. HEX triplet: 91, 87 and 16. RGB value is (145,135,22). Sum of RGB (Red+Green+Blue) = 145+135+22=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918716 is #6E78E9. Grayscale: #7D7D7D. Windows color (decimal): -7239914 or 1476497. OLE color: 1476497.

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

Color convert

RGB 145 135 22 -
CMYK 0 0.07 0.85 0.43
HSL 55.12º 0.74% 0.33% -
HSV(B) 55.12º 0.85% 0.57% -
XYZ 20.49 23.41 4.2 -
YUV 125.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 145 135 22 0 0.07 0.85 0.43 55.12 0.74 0.33
Hex 91 87 16 0 7 55 2B 37 4A 21
Octal 221 207 26 0 7 125 53 67 112 41
Binary 10010001 10000111 10110 0 111 1010101 101011 110111 1001010 100001

Color Harmonies of #918716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918716

Black with #918716

Text Example


Text Example

White with #918716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918716; }

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

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

background-color css

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

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

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

border-color css

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

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

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