#81BC83

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

Shades of De York #81BC83

Tints of De York #81BC83

Color information

#81BC83 (or 0x81BC83) is unknown color: approx De York. HEX triplet: 81, BC and 83. RGB value is (129,188,131). Sum of RGB (Red+Green+Blue) = 129+188+131=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BC83 is #7E437C. Grayscale: #A4A4A4. Windows color (decimal): -8274813 or 8633473. OLE color: 8633473.

HSL color Cylindrical-coordinate representation of color #81BC83: hue angle of 122.03º degrees, saturation: 0.31, 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 #81BC83 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB129188131-
CMYK0.3100.300.26
HSL122.03º30.57%62.16%-
HSV(B)122.03º31.38%73.73%-
XYZ31.1342.2727.99-
YUV163.86109.45103.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=28.79%
G=41.96%
B=29.24%

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
Decimal1291881310.3100.300.26122.0330.5762.16
Hex81BC831F01E1A7a1f3e
Octal20127420337036321723776
Binary1000000110111100100000111111101111011010111101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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