#83C184

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

Shades of De York #83C184

Tints of De York #83C184

Color information

#83C184 (or 0x83C184) is unknown color: approx De York. HEX triplet: 83, C1 and 84. RGB value is (131,193,132). Sum of RGB (Red+Green+Blue) = 131+193+132=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #83C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C184 is #7C3E7B. Grayscale: #A7A7A7. Windows color (decimal): -8142460 or 8700291. OLE color: 8700291.

HSL color Cylindrical-coordinate representation of color #83C184: hue angle of 120.97º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C184 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB131193132-
CMYK0.3200.320.24
HSL120.97º33.33%63.53%-
HSV(B)120.97º32.12%75.69%-
XYZ32.5944.6328.73-
YUV167.51107.96101.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=28.73%
G=42.32%
B=28.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311931320.3200.320.24120.9733.3363.53
Hex83C1842002018792140
Octal203301204400403017141100
Binary10000011110000011000010010000001000001100011110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,132); }

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

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

 a { background-color: rgb(131,193,132); }

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

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

 span { border-color: rgb(131,193,132); }

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