Html Css Color HEX #918612 Lemon Ginger

📋 copy color: '#918612'

red 145 ◦ green 134 ◦ blue 18

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

Shades of Lemon Ginger #918612

Tints of Lemon Ginger #918612

RGB

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

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

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

R = 48.82%
G = 45.12%
B = 6.06%

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

#918612 (or 0x918612) is known color: Lemon Ginger. HEX triplet: 91, 86 and 12. RGB value is (145,134,18). Sum of RGB (Red+Green+Blue) = 145+134+18=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #918612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918612 is #6E79ED. Grayscale: #7C7C7C. Windows color (decimal): -7240174 or 1214097. OLE color: 1214097.

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

Color convert

RGB 145 134 18 -
CMYK 0 0.08 0.88 0.43
HSL 54.8º 0.78% 0.32% -
HSV(B) 54.8º 0.88% 0.57% -
XYZ 20.31 23.11 3.96 -
YUV 124.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 145 134 18 0 0.08 0.88 0.43 54.8 0.78 0.32
Hex 91 86 12 0 8 58 2B 37 4E 20
Octal 221 206 22 0 10 130 53 67 116 40
Binary 10010001 10000110 10010 0 1000 1011000 101011 110111 1001110 100000

Color Harmonies of #918612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918612

Black with #918612

Text Example


Text Example

White with #918612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918612; }

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

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

background-color css

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

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

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

border-color css

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

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

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