Html Css Color HEX #888131 Lemon Ginger

📋 copy color: '#888131'

red 136 ◦ green 129 ◦ blue 49

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

Shades of Lemon Ginger #888131

Tints of Lemon Ginger #888131

RGB

 RED value IS 136 (53.52% from 255) = 43.31%

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

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 43.31%
G = 41.08%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#888131 (or 0x888131) is known color: Lemon Ginger. HEX triplet: 88, 81 and 31. RGB value is (136,129,49). Sum of RGB (Red+Green+Blue) = 136+129+49=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #888131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888131 is #777ECE. Grayscale: #7A7A7A. Windows color (decimal): -7831247 or 3244424. OLE color: 3244424.

HSL color Cylindrical-coordinate representation of color #888131: hue angle of 55.17º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #888131 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 49 -
CMYK 0 0.05 0.64 0.47
HSL 55.17º 0.47% 0.36% -
HSV(B) 55.17º 0.64% 0.53% -
XYZ 18.56 21.16 6.01 -
YUV 121.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 136 129 49 0 0.05 0.64 0.47 55.17 0.47 0.36
Hex 88 81 31 0 5 40 2F 37 2F 24
Octal 210 201 61 0 5 100 57 67 57 44
Binary 10001000 10000001 110001 0 101 1000000 101111 110111 101111 100100

Color Harmonies of #888131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888131

Black with #888131

Text Example


Text Example

White with #888131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888131; }

 p { color: rgb(136,129,49); }

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

background-color css

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

 a { background-color: rgb(136,129,49); }

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

border-color css

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

 span { border-color: rgb(136,129,49); }

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