#82BB85

Color #82BB85 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #82BB85

Tints of De York #82BB85

Color information

#82BB85 (or 0x82BB85) is unknown color: approx De York. HEX triplet: 82, BB and 85. RGB value is (130,187,133). Sum of RGB (Red+Green+Blue) = 130+187+133=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BB85 is #7D447A. Grayscale: #A3A3A3. Windows color (decimal): -8209531 or 8764290. OLE color: 8764290.

HSL color Cylindrical-coordinate representation of color #82BB85: hue angle of 123.16º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82BB85 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB130187133-
CMYK0.3000.290.27
HSL123.16º29.53%62.16%-
HSV(B)123.16º30.48%73.33%-
XYZ31.2141.9828.65-
YUV163.8110.62103.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.89%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 133 (52.34% from 255) = 29.56%
R=28.89%
G=41.56%
B=29.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301871330.3000.290.27123.1629.5362.16
Hex82BB851E01D1B7b1e3e
Octal20227320536035331733676
Binary1000001010111011100001011111001110111011111101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82BB85; }

 p { color: rgb(130,187,133); }

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

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

 a { background-color: rgb(130,187,133); }

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

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

 span { border-color: rgb(130,187,133); }

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