Html Css Color HEX #918318 Lemon Ginger

📋 copy color: '#918318'

red 145 ◦ green 131 ◦ blue 24

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

Shades of Lemon Ginger #918318

Tints of Lemon Ginger #918318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 24 (9.77% from 255) = 8%

R = 48.33%
G = 43.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#918318 (or 0x918318) is known color: Lemon Ginger. HEX triplet: 91, 83 and 18. RGB value is (145,131,24). Sum of RGB (Red+Green+Blue) = 145+131+24=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 145 - color contains mainly: red. Hex color #918318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918318 is #6E7CE7. Grayscale: #7B7B7B. Windows color (decimal): -7240936 or 1606545. OLE color: 1606545.

HSL color Cylindrical-coordinate representation of color #918318: hue angle of 53.06º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #918318 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 24 -
CMYK 0 0.10 0.83 0.43
HSL 53.06º 0.72% 0.33% -
HSV(B) 53.06º 0.83% 0.57% -
XYZ 19.96 22.32 4.12 -
YUV 122.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 145 131 24 0 0.10 0.83 0.43 53.06 0.72 0.33
Hex 91 83 18 0 A 53 2B 35 48 21
Octal 221 203 30 0 12 123 53 65 110 41
Binary 10010001 10000011 11000 0 1010 1010011 101011 110101 1001000 100001

Color Harmonies of #918318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918318

Black with #918318

Text Example


Text Example

White with #918318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918318; }

 p { color: rgb(145,131,24); }

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

background-color css

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

 a { background-color: rgb(145,131,24); }

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

border-color css

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

 span { border-color: rgb(145,131,24); }

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