Html Css Color HEX #918035 Lemon Ginger

📋 copy color: '#918035'

red 145 ◦ green 128 ◦ blue 53

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

Shades of Lemon Ginger #918035

Tints of Lemon Ginger #918035

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 44.48%
G = 39.26%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#918035 (or 0x918035) is known color: Lemon Ginger. HEX triplet: 91, 80 and 35. RGB value is (145,128,53). Sum of RGB (Red+Green+Blue) = 145+128+53=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #918035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918035 is #6E7FCA. Grayscale: #7C7C7C. Windows color (decimal): -7241675 or 3506321. OLE color: 3506321.

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

Color convert

RGB 145 128 53 -
CMYK 0 0.12 0.63 0.43
HSL 48.91º 0.46% 0.39% -
HSV(B) 48.91º 0.63% 0.57% -
XYZ 20.04 21.72 6.5 -
YUV 124.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 145 128 53 0 0.12 0.63 0.43 48.91 0.46 0.39
Hex 91 80 35 0 C 3F 2B 31 2E 27
Octal 221 200 65 0 14 77 53 61 56 47
Binary 10010001 10000000 110101 0 1100 111111 101011 110001 101110 100111

Color Harmonies of #918035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918035

Black with #918035

Text Example


Text Example

White with #918035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918035; }

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

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

background-color css

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

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

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

border-color css

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

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

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