Html Css Color HEX #918235 Lemon Ginger

📋 copy color: '#918235'

red 145 ◦ green 130 ◦ blue 53

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

Shades of Lemon Ginger #918235

Tints of Lemon Ginger #918235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.63%

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 44.21%
G = 39.63%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#918235 (or 0x918235) is known color: Lemon Ginger. HEX triplet: 91, 82 and 35. RGB value is (145,130,53). Sum of RGB (Red+Green+Blue) = 145+130+53=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918235 is #6E7DCA. Grayscale: #7E7E7E. Windows color (decimal): -7241163 or 3506833. OLE color: 3506833.

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

Color convert

RGB 145 130 53 -
CMYK 0 0.10 0.63 0.43
HSL 50.22º 0.46% 0.39% -
HSV(B) 50.22º 0.63% 0.57% -
XYZ 20.3 22.24 6.59 -
YUV 125.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 145 130 53 0 0.10 0.63 0.43 50.22 0.46 0.39
Hex 91 82 35 0 A 3F 2B 32 2E 27
Octal 221 202 65 0 12 77 53 62 56 47
Binary 10010001 10000010 110101 0 1010 111111 101011 110010 101110 100111

Color Harmonies of #918235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918235

Black with #918235

Text Example


Text Example

White with #918235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918235; }

 p { color: rgb(145,130,53); }

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

background-color css

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

 a { background-color: rgb(145,130,53); }

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

border-color css

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

 span { border-color: rgb(145,130,53); }

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