#83BD89

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

Shades of De York #83BD89

Tints of De York #83BD89

Color information

#83BD89 (or 0x83BD89) is unknown color: approx De York. HEX triplet: 83, BD and 89. RGB value is (131,189,137). Sum of RGB (Red+Green+Blue) = 131+189+137=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BD89 is #7C4276. Grayscale: #A5A5A5. Windows color (decimal): -8143479 or 9026947. OLE color: 9026947.

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

Color convert

RGB131189137-
CMYK0.3100.280.26
HSL126.21º30.53%62.75%-
HSV(B)126.21º30.69%74.12%-
XYZ32.0743.0330.28-
YUV165.73111.78103.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 137 (53.91% from 255) = 29.98%
R=28.67%
G=41.36%
B=29.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311891370.3100.280.26126.2130.5362.75
Hex83BD891F01C1A7e1f3f
Octal20327521137034321763777
Binary1000001110111101100010011111101110011010111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BD89; }

 p { color: rgb(131,189,137); }

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

<style>
 a { background-color: #83BD89; }

 a { background-color: rgb(131,189,137); }

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

<style>
 span { border-color: #83BD89; }

 span { border-color: rgb(131,189,137); }

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