Html Css Color HEX #918326 Lemon Ginger

📋 copy color: '#918326'

red 145 ◦ green 131 ◦ blue 38

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

Shades of Lemon Ginger #918326

Tints of Lemon Ginger #918326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 46.18%
G = 41.72%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#918326 (or 0x918326) is known color: Lemon Ginger. HEX triplet: 91, 83 and 26. RGB value is (145,131,38). Sum of RGB (Red+Green+Blue) = 145+131+38=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918326 is #6E7CD9. Grayscale: #7C7C7C. Windows color (decimal): -7240922 or 2524049. OLE color: 2524049.

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

Color convert

RGB 145 131 38 -
CMYK 0 0.10 0.74 0.43
HSL 52.15º 0.58% 0.36% -
HSV(B) 52.15º 0.74% 0.57% -
XYZ 20.14 22.39 5.09 -
YUV 124.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 145 131 38 0 0.10 0.74 0.43 52.15 0.58 0.36
Hex 91 83 26 0 A 4A 2B 34 3A 24
Octal 221 203 46 0 12 112 53 64 72 44
Binary 10010001 10000011 100110 0 1010 1001010 101011 110100 111010 100100

Color Harmonies of #918326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918326

Black with #918326

Text Example


Text Example

White with #918326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918326; }

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

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

background-color css

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

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

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

border-color css

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

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

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