Html Css Color HEX #918133 Lemon Ginger

📋 copy color: '#918133'

red 145 ◦ green 129 ◦ blue 51

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

Shades of Lemon Ginger #918133

Tints of Lemon Ginger #918133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 44.62%
G = 39.69%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#918133 (or 0x918133) is known color: Lemon Ginger. HEX triplet: 91, 81 and 33. RGB value is (145,129,51). Sum of RGB (Red+Green+Blue) = 145+129+51=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918133 is #6E7ECC. Grayscale: #7D7D7D. Windows color (decimal): -7241421 or 3375505. OLE color: 3375505.

HSL color Cylindrical-coordinate representation of color #918133: hue angle of 49.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #918133 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 129 51 -
CMYK 0 0.11 0.65 0.43
HSL 49.79º 0.48% 0.38% -
HSV(B) 49.79º 0.65% 0.57% -
XYZ 20.12 21.96 6.31 -
YUV 124.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 145 129 51 0 0.11 0.65 0.43 49.79 0.48 0.38
Hex 91 81 33 0 B 41 2B 32 30 26
Octal 221 201 63 0 13 101 53 62 60 46
Binary 10010001 10000001 110011 0 1011 1000001 101011 110010 110000 100110

Color Harmonies of #918133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918133

Black with #918133

Text Example


Text Example

White with #918133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918133; }

 p { color: rgb(145,129,51); }

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

background-color css

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

 a { background-color: rgb(145,129,51); }

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

border-color css

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

 span { border-color: rgb(145,129,51); }

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