Html Css Color HEX #918A15 Lemon Ginger

📋 copy color: '#918A15'

red 145 ◦ green 138 ◦ blue 21

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

Shades of Lemon Ginger #918A15

Tints of Lemon Ginger #918A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 47.7%
G = 45.39%
B = 6.91%

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

#918A15 (or 0x918A15) is known color: Lemon Ginger. HEX triplet: 91, 8A and 15. RGB value is (145,138,21). Sum of RGB (Red+Green+Blue) = 145+138+21=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A15 is #6E75EA. Grayscale: #7F7F7F. Windows color (decimal): -7239147 or 1411729. OLE color: 1411729.

HSL color Cylindrical-coordinate representation of color #918A15: hue angle of 56.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #918A15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 21 -
CMYK 0 0.05 0.86 0.43
HSL 56.61º 0.75% 0.33% -
HSV(B) 56.61º 0.86% 0.57% -
XYZ 20.9 24.25 4.29 -
YUV 126.76 68.32 141.01 -
System Red Green Blue C M Y K H S L
Decimal 145 138 21 0 0.05 0.86 0.43 56.61 0.75 0.33
Hex 91 8A 15 0 5 56 2B 39 4B 21
Octal 221 212 25 0 5 126 53 71 113 41
Binary 10010001 10001010 10101 0 101 1010110 101011 111001 1001011 100001

Color Harmonies of #918A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A15

Black with #918A15

Text Example


Text Example

White with #918A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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