#82BC83

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

Shades of De York #82BC83

Tints of De York #82BC83

Color information

#82BC83 (or 0x82BC83) is unknown color: approx De York. HEX triplet: 82, BC and 83. RGB value is (130,188,131). Sum of RGB (Red+Green+Blue) = 130+188+131=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BC83 is #7D437C. Grayscale: #A4A4A4. Windows color (decimal): -8209277 or 8633474. OLE color: 8633474.

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

Color convert

RGB130188131-
CMYK0.3100.300.26
HSL121.03º30.21%62.35%-
HSV(B)121.03º30.85%73.73%-
XYZ31.2942.3528-
YUV164.16109.28103.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=28.95%
G=41.87%
B=29.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1301881310.3100.300.26121.0330.2162.35
Hex82BC831F01E1A791e3e
Octal20227420337036321713676
Binary1000001010111100100000111111101111011010111100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,188,131); }

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

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

 a { background-color: rgb(130,188,131); }

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

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

 span { border-color: rgb(130,188,131); }

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