Html Css Color HEX #918914 Lemon Ginger

📋 copy color: '#918914'

red 145 ◦ green 137 ◦ blue 20

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

Shades of Lemon Ginger #918914

Tints of Lemon Ginger #918914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 48.01%
G = 45.36%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918914 (or 0x918914) is known color: Lemon Ginger. HEX triplet: 91, 89 and 14. RGB value is (145,137,20). Sum of RGB (Red+Green+Blue) = 145+137+20=302 (40% of max value = 765). Red value is 145 (57.03% from 255 or 48.01% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 145 - color contains mainly: red. Hex color #918914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918914 is #6E76EB. Grayscale: #7E7E7E. Windows color (decimal): -7239404 or 1345937. OLE color: 1345937.

HSL color Cylindrical-coordinate representation of color #918914: hue angle of 56.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918914 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 20 -
CMYK 0 0.06 0.86 0.43
HSL 56.16º 0.76% 0.32% -
HSV(B) 56.16º 0.86% 0.57% -
XYZ 20.75 23.96 4.19 -
YUV 126.05 68.15 141.51 -
System Red Green Blue C M Y K H S L
Decimal 145 137 20 0 0.06 0.86 0.43 56.16 0.76 0.32
Hex 91 89 14 0 6 56 2B 38 4C 20
Octal 221 211 24 0 6 126 53 70 114 40
Binary 10010001 10001001 10100 0 110 1010110 101011 111000 1001100 100000

Color Harmonies of #918914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918914

Black with #918914

Text Example


Text Example

White with #918914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918914; }

 p { color: rgb(145,137,20); }

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

background-color css

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

 a { background-color: rgb(145,137,20); }

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

border-color css

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

 span { border-color: rgb(145,137,20); }

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