Html Css Color HEX #918514 Lemon Ginger

📋 copy color: '#918514'

red 145 ◦ green 133 ◦ blue 20

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

Shades of Lemon Ginger #918514

Tints of Lemon Ginger #918514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

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

R = 48.66%
G = 44.63%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918514 (or 0x918514) is known color: Lemon Ginger. HEX triplet: 91, 85 and 14. RGB value is (145,133,20). Sum of RGB (Red+Green+Blue) = 145+133+20=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #918514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918514 is #6E7AEB. Grayscale: #7C7C7C. Windows color (decimal): -7240428 or 1344913. OLE color: 1344913.

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

Color convert

RGB 145 133 20 -
CMYK 0 0.08 0.86 0.43
HSL 54.24º 0.76% 0.32% -
HSV(B) 54.24º 0.86% 0.57% -
XYZ 20.19 22.85 4.01 -
YUV 123.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 145 133 20 0 0.08 0.86 0.43 54.24 0.76 0.32
Hex 91 85 14 0 8 56 2B 36 4C 20
Octal 221 205 24 0 10 126 53 66 114 40
Binary 10010001 10000101 10100 0 1000 1010110 101011 110110 1001100 100000

Color Harmonies of #918514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918514

Black with #918514

Text Example


Text Example

White with #918514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918514; }

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

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

background-color css

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

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

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

border-color css

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

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

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