Html Css Color HEX #918912 Lemon Ginger

📋 copy color: '#918912'

red 145 ◦ green 137 ◦ blue 18

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

Shades of Lemon Ginger #918912

Tints of Lemon Ginger #918912

RGB

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

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

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

R = 48.33%
G = 45.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918912 (or 0x918912) is known color: Lemon Ginger. HEX triplet: 91, 89 and 12. RGB value is (145,137,18). Sum of RGB (Red+Green+Blue) = 145+137+18=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #918912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918912 is #6E76ED. Grayscale: #7E7E7E. Windows color (decimal): -7239406 or 1214865. OLE color: 1214865.

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

Color convert

RGB 145 137 18 -
CMYK 0 0.06 0.88 0.43
HSL 56.22º 0.78% 0.32% -
HSV(B) 56.22º 0.88% 0.57% -
XYZ 20.73 23.95 4.1 -
YUV 125.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 145 137 18 0 0.06 0.88 0.43 56.22 0.78 0.32
Hex 91 89 12 0 6 58 2B 38 4E 20
Octal 221 211 22 0 6 130 53 70 116 40
Binary 10010001 10001001 10010 0 110 1011000 101011 111000 1001110 100000

Color Harmonies of #918912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918912

Black with #918912

Text Example


Text Example

White with #918912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918912; }

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

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

background-color css

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

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

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

border-color css

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

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

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