Html Css Color HEX #918128 Lemon Ginger

📋 copy color: '#918128'

red 145 ◦ green 129 ◦ blue 40

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

Shades of Lemon Ginger #918128

Tints of Lemon Ginger #918128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 46.18%
G = 41.08%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#918128 (or 0x918128) is known color: Lemon Ginger. HEX triplet: 91, 81 and 28. RGB value is (145,129,40). Sum of RGB (Red+Green+Blue) = 145+129+40=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918128 is #6E7ED7. Grayscale: #7C7C7C. Windows color (decimal): -7241432 or 2654609. OLE color: 2654609.

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

Color convert

RGB 145 129 40 -
CMYK 0 0.11 0.72 0.43
HSL 50.86º 0.57% 0.36% -
HSV(B) 50.86º 0.72% 0.57% -
XYZ 19.91 21.87 5.18 -
YUV 123.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 145 129 40 0 0.11 0.72 0.43 50.86 0.57 0.36
Hex 91 81 28 0 B 48 2B 33 39 24
Octal 221 201 50 0 13 110 53 63 71 44
Binary 10010001 10000001 101000 0 1011 1001000 101011 110011 111001 100100

Color Harmonies of #918128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918128

Black with #918128

Text Example


Text Example

White with #918128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918128; }

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

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

background-color css

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

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

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

border-color css

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

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

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