#81BD8B

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

Shades of De York #81BD8B

Tints of De York #81BD8B

Color information

#81BD8B (or 0x81BD8B) is unknown color: approx De York. HEX triplet: 81, BD and 8B. RGB value is (129,189,139). Sum of RGB (Red+Green+Blue) = 129+189+139=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD8B is #7E4274. Grayscale: #A5A5A5. Windows color (decimal): -8274549 or 9158017. OLE color: 9158017.

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

Color convert

RGB129189139-
CMYK0.3200.260.26
HSL130º31.25%62.35%-
HSV(B)130º31.75%74.12%-
XYZ31.9142.9331.03-
YUV165.36113.12102.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.23%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 139 (54.69% from 255) = 30.42%
R=28.23%
G=41.36%
B=30.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291891390.3200.260.2613031.2562.35
Hex81BD8B2001A1A821f3e
Octal20127521340032322023776
Binary100000011011110110001011100000011010110101000001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,139); }

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

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

 a { background-color: rgb(129,189,139); }

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

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

 span { border-color: rgb(129,189,139); }

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