#81BC76

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

Shades of De York #81BC76

Tints of De York #81BC76

Color information

#81BC76 (or 0x81BC76) is unknown color: approx De York. HEX triplet: 81, BC and 76. RGB value is (129,188,118). Sum of RGB (Red+Green+Blue) = 129+188+118=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC76 is #7E4389. Grayscale: #A2A2A2. Windows color (decimal): -8274826 or 7781505. OLE color: 7781505.

HSL color Cylindrical-coordinate representation of color #81BC76: hue angle of 110.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BC76 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB129188118-
CMYK0.3100.370.26
HSL110.57º34.31%60%-
HSV(B)110.57º37.23%73.73%-
XYZ30.3141.9423.64-
YUV162.38102.95104.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.66%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=29.66%
G=43.22%
B=27.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291881180.3100.370.26110.5734.3160
Hex81BC761F0251A6f223c
Octal20127416637045321574274
Binary10000001101111001110110111110100101110101101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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