Html Css Color HEX #918517 Lemon Ginger

📋 copy color: '#918517'

red 145 ◦ green 133 ◦ blue 23

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

Shades of Lemon Ginger #918517

Tints of Lemon Ginger #918517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 48.17%
G = 44.19%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#918517 (or 0x918517) is known color: Lemon Ginger. HEX triplet: 91, 85 and 17. RGB value is (145,133,23). Sum of RGB (Red+Green+Blue) = 145+133+23=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #918517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918517 is #6E7AE8. Grayscale: #7C7C7C. Windows color (decimal): -7240425 or 1541521. OLE color: 1541521.

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

Color convert

RGB 145 133 23 -
CMYK 0 0.08 0.84 0.43
HSL 54.1º 0.73% 0.33% -
HSV(B) 54.1º 0.84% 0.57% -
XYZ 20.22 22.86 4.16 -
YUV 124.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 145 133 23 0 0.08 0.84 0.43 54.1 0.73 0.33
Hex 91 85 17 0 8 54 2B 36 49 21
Octal 221 205 27 0 10 124 53 66 111 41
Binary 10010001 10000101 10111 0 1000 1010100 101011 110110 1001001 100001

Color Harmonies of #918517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918517

Black with #918517

Text Example


Text Example

White with #918517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918517; }

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

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

background-color css

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

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

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

border-color css

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

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

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