#888230

Color #888230 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #888230

Tints of Lemon Ginger #888230

Color information

#888230 (or 0x888230) is unknown color: approx Lemon Ginger. HEX triplet: 88, 82 and 30. RGB value is (136,130,48). Sum of RGB (Red+Green+Blue) = 136+130+48=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #888230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888230 is #777DCF. Grayscale: #7A7A7A. Windows color (decimal): -7830992 or 3179144. OLE color: 3179144.

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

Color convert

RGB13613048-
CMYK00.040.650.47
HSL55.91º47.83%36.08%-
HSV(B)55.91º64.71%53.33%-
XYZ18.6721.415.95-
YUV122.4585.99137.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.31%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=43.31%
G=41.40%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361304800.040.650.4755.9147.8336.08
Hex88823004412F383024
Octal210202600410157706044
Binary100010001000001011000001001000001101111111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888230; }

 p { color: rgb(136,130,48); }

 H1.HeaderClassName
 {
   color: #888230;
 }
 .AnyTagClassName
 {
   color: #888230;
 }
</style>
background-color css

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

 a { background-color: rgb(136,130,48); }

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

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

 span { border-color: rgb(136,130,48); }

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