Html Css Color HEX #918616 Lemon Ginger

📋 copy color: '#918616'

red 145 ◦ green 134 ◦ blue 22

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

Shades of Lemon Ginger #918616

Tints of Lemon Ginger #918616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 48.17%
G = 44.52%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#918616 (or 0x918616) is known color: Lemon Ginger. HEX triplet: 91, 86 and 16. RGB value is (145,134,22). Sum of RGB (Red+Green+Blue) = 145+134+22=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918616 is #6E79E9. Grayscale: #7C7C7C. Windows color (decimal): -7240170 or 1476241. OLE color: 1476241.

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

Color convert

RGB 145 134 22 -
CMYK 0 0.08 0.85 0.43
HSL 54.63º 0.74% 0.33% -
HSV(B) 54.63º 0.85% 0.57% -
XYZ 20.35 23.13 4.15 -
YUV 124.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 145 134 22 0 0.08 0.85 0.43 54.63 0.74 0.33
Hex 91 86 16 0 8 55 2B 37 4A 21
Octal 221 206 26 0 10 125 53 67 112 41
Binary 10010001 10000110 10110 0 1000 1010101 101011 110111 1001010 100001

Color Harmonies of #918616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918616

Black with #918616

Text Example


Text Example

White with #918616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918616; }

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

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

background-color css

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

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

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

border-color css

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

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

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