#889282

Color #889282 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #889282

Tints of Spanish Green #889282

Color information

#889282 (or 0x889282) is unknown color: approx Spanish Green. HEX triplet: 88, 92 and 82. RGB value is (136,146,130). Sum of RGB (Red+Green+Blue) = 136+146+130=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #889282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889282 is #776D7D. Grayscale: #8D8D8D. Windows color (decimal): -7826814 or 8557192. OLE color: 8557192.

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

Color convert

RGB136146130-
CMYK0.0700.110.43
HSL97.5º6.84%54.12%-
HSV(B)97.5º10.96%57.25%-
XYZ24.4627.425.12-
YUV141.19121.69124.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=33.01%
G=35.44%
B=31.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361461300.0700.110.4397.56.8454.12
Hex88928270B2B61736
Octal210222202701353141766
Binary100010001001001010000010111010111010111100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889282; }

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

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

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

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

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

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

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

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