Html Css Color HEX #918A12 Lemon Ginger

📋 copy color: '#918A12'

red 145 ◦ green 138 ◦ blue 18

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

Shades of Lemon Ginger #918A12

Tints of Lemon Ginger #918A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.85%

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

R = 48.17%
G = 45.85%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#918A12 (or 0x918A12) is known color: Lemon Ginger. HEX triplet: 91, 8A and 12. RGB value is (145,138,18). Sum of RGB (Red+Green+Blue) = 145+138+18=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A12 is #6E75ED. Grayscale: #7E7E7E. Windows color (decimal): -7239150 or 1215121. OLE color: 1215121.

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

Color convert

RGB 145 138 18 -
CMYK 0 0.05 0.88 0.43
HSL 56.69º 0.78% 0.32% -
HSV(B) 56.69º 0.88% 0.57% -
XYZ 20.87 24.24 4.15 -
YUV 126.41 66.82 141.26 -
System Red Green Blue C M Y K H S L
Decimal 145 138 18 0 0.05 0.88 0.43 56.69 0.78 0.32
Hex 91 8A 12 0 5 58 2B 39 4E 20
Octal 221 212 22 0 5 130 53 71 116 40
Binary 10010001 10001010 10010 0 101 1011000 101011 111001 1001110 100000

Color Harmonies of #918A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A12

Black with #918A12

Text Example


Text Example

White with #918A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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