Html Css Color HEX #918A17 Lemon Ginger

📋 copy color: '#918A17'

red 145 ◦ green 138 ◦ blue 23

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

Shades of Lemon Ginger #918A17

Tints of Lemon Ginger #918A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.52%

R = 47.39%
G = 45.1%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#918A17 (or 0x918A17) is known color: Lemon Ginger. HEX triplet: 91, 8A and 17. RGB value is (145,138,23). Sum of RGB (Red+Green+Blue) = 145+138+23=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #918A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A17 is #6E75E8. Grayscale: #7F7F7F. Windows color (decimal): -7239145 or 1542801. OLE color: 1542801.

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

Color convert

RGB 145 138 23 -
CMYK 0 0.05 0.84 0.43
HSL 56.56º 0.73% 0.33% -
HSV(B) 56.56º 0.84% 0.57% -
XYZ 20.92 24.26 4.39 -
YUV 126.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 145 138 23 0 0.05 0.84 0.43 56.56 0.73 0.33
Hex 91 8A 17 0 5 54 2B 39 49 21
Octal 221 212 27 0 5 124 53 71 111 41
Binary 10010001 10001010 10111 0 101 1010100 101011 111001 1001001 100001

Color Harmonies of #918A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A17

Black with #918A17

Text Example


Text Example

White with #918A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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