#83CA92

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

Shades of De York #83CA92

Tints of De York #83CA92

Color information

#83CA92 (or 0x83CA92) is unknown color: approx De York. HEX triplet: 83, CA and 92. RGB value is (131,202,146). Sum of RGB (Red+Green+Blue) = 131+202+146=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 146 (57.42% from 255 or 30.48% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA92 is #7C356D. Grayscale: #AEAEAE. Windows color (decimal): -8140142 or 9620099. OLE color: 9620099.

HSL color Cylindrical-coordinate representation of color #83CA92: hue angle of 132.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83CA92 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB131202146-
CMYK0.3500.280.21
HSL132.68º40.11%65.29%-
HSV(B)132.68º35.15%79.22%-
XYZ35.6749.1434.8-
YUV174.39111.9897.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 146 (57.42% from 255) = 30.48%
R=27.35%
G=42.17%
B=30.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021460.3500.280.21132.6840.1165.29
Hex83CA922301C15852841
Octal203312222430342520550101
Binary10000011110010101001001010001101110010101100001011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,202,146); }

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

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

 a { background-color: rgb(131,202,146); }

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

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

 span { border-color: rgb(131,202,146); }

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