Html Css Color HEX #918A14 Lemon Ginger

📋 copy color: '#918A14'

red 145 ◦ green 138 ◦ blue 20

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

Shades of Lemon Ginger #918A14

Tints of Lemon Ginger #918A14

RGB

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

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

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

R = 47.85%
G = 45.54%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#918A14 (or 0x918A14) is known color: Lemon Ginger. HEX triplet: 91, 8A and 14. RGB value is (145,138,20). Sum of RGB (Red+Green+Blue) = 145+138+20=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #918A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A14 is #6E75EB. Grayscale: #7F7F7F. Windows color (decimal): -7239148 or 1346193. OLE color: 1346193.

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

Color convert

RGB 145 138 20 -
CMYK 0 0.05 0.86 0.43
HSL 56.64º 0.76% 0.32% -
HSV(B) 56.64º 0.86% 0.57% -
XYZ 20.89 24.25 4.24 -
YUV 126.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 145 138 20 0 0.05 0.86 0.43 56.64 0.76 0.32
Hex 91 8A 14 0 5 56 2B 39 4C 20
Octal 221 212 24 0 5 126 53 71 114 40
Binary 10010001 10001010 10100 0 101 1010110 101011 111001 1001100 100000

Color Harmonies of #918A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A14

Black with #918A14

Text Example


Text Example

White with #918A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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