Html Css Color HEX #918512 Lemon Ginger

📋 copy color: '#918512'

red 145 ◦ green 133 ◦ blue 18

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

Shades of Lemon Ginger #918512

Tints of Lemon Ginger #918512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 48.99%
G = 44.93%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918512 (or 0x918512) is known color: Lemon Ginger. HEX triplet: 91, 85 and 12. RGB value is (145,133,18). Sum of RGB (Red+Green+Blue) = 145+133+18=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #918512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918512 is #6E7AED. Grayscale: #7B7B7B. Windows color (decimal): -7240430 or 1213841. OLE color: 1213841.

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

Color convert

RGB 145 133 18 -
CMYK 0 0.08 0.88 0.43
HSL 54.33º 0.78% 0.32% -
HSV(B) 54.33º 0.88% 0.57% -
XYZ 20.17 22.84 3.92 -
YUV 123.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 145 133 18 0 0.08 0.88 0.43 54.33 0.78 0.32
Hex 91 85 12 0 8 58 2B 36 4E 20
Octal 221 205 22 0 10 130 53 66 116 40
Binary 10010001 10000101 10010 0 1000 1011000 101011 110110 1001110 100000

Color Harmonies of #918512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918512

Black with #918512

Text Example


Text Example

White with #918512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918512; }

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

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

background-color css

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

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

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

border-color css

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

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

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